]> git.nbdom.net Git - nb.git/commitdiff
bug in nb-update
authorNicolas Boisselier <nico@MacMini.local>
Sun, 11 Dec 2016 21:30:41 +0000 (21:30 +0000)
committerNicolas Boisselier <nico@MacMini.local>
Sun, 11 Dec 2016 21:30:41 +0000 (21:30 +0000)
bin/nb-update

index 08f147f10d3be070c52212433196bae30f4fb8de..c033fe3fb7250a20072b6df1151aed89c07b07a3 100755 (executable)
@@ -19,7 +19,7 @@ ex=0
 printf '#!%s\n%s\n' `which sh` 'ssh -o BatchMode=yes $@' > "$TMP" && chmod 755 "$TMP"
 export GIT_SSH="$TMP"
 
-for repo in $(nb-repo-dirs); do
+for repo in $(nb_repo); do
 
   [ -d "$repo/.git" ] || continue
   cd "$repo" || continue