[arvados] updated: 2.1.0-2637-g8b8c2336b

git repository hosting git at public.arvados.org
Mon Jun 27 20:38:01 UTC 2022


Summary of changes:
 tools/salt-install/installer.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  8b8c2336b3b85696fadf4d5dd2d6018185a95538 (commit)
      from  139e2648098a508132c08788b2108c5fa3fac56e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 8b8c2336b3b85696fadf4d5dd2d6018185a95538
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Mon Jun 27 16:37:39 2022 -0400

    18870: Fix typo
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/tools/salt-install/installer.sh b/tools/salt-install/installer.sh
index 1bcfa1450..17890d646 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

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list