From 3b470b3778a99c6148f407f25a6ef22bd4bc9a24 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Mon, 27 Jun 2022 16:37:39 -0400 Subject: [PATCH] 18870: Fix typo Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- tools/salt-install/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2