Browse Source

release process: fix typo in trigger_deploy.sh

SomberNight 3 years ago
parent
commit
49061f5420
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 2
      contrib/trigger_deploy.sh

2
contrib/trigger_deploy.sh

@ -4,7 +4,7 @@
SSHUSER=$1
TRIGGERVERSION=$2
if [ -z $SSHUSER ] || [ -z TRIGGERVERSION ]; then
if [ -z "$SSHUSER" ] || [ -z "$TRIGGERVERSION" ]; then
echo "usage: $0 SSHUSER TRIGGERVERSION"
echo "e.g. $0 thomasv 3.0.0"
echo "e.g. $0 thomasv website"

Loading…
Cancel
Save