From: Peter Amstutz Date: Mon, 27 Jun 2022 20:37:39 +0000 (-0400) Subject: 18870: Fix typo X-Git-Tag: 2.5.0~127^2~7 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/3b470b3778a99c6148f407f25a6ef22bd4bc9a24?hp=5fe15b9011228668b4b95f2416a87c376479822a 18870: Fix typo Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/tools/salt-install/installer.sh b/tools/salt-install/installer.sh index 1bcfa14505..17890d646e 100755 --- a/tools/salt-install/installer.sh +++ b/tools/salt-install/installer.sh @@ -10,7 +10,7 @@ declare -A NODES sync() { if [[ "$NODE" != localhost ]] ; then - if ! ssh $NODE test -d ${TARGET}.git ; then + if ! ssh $NODE test -d ${GITTARGET}.git ; then ssh $NODE git init --bare ${GITTARGET}.git if ! git remote add $NODE $DEPLOY_USER@$NODE:${GITTARGET}.git ; then git remote set-url $NODE $DEPLOY_USER@$NODE:${GITTARGET}.git