From 0411ff2c0beaa45f88997b637c5e879cde8f76d3 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Sun, 11 Dec 2016 21:30:41 +0000 Subject: [PATCH] bug in nb-update --- bin/nb-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/nb-update b/bin/nb-update index 08f147f1..c033fe3f 100755 --- a/bin/nb-update +++ b/bin/nb-update @@ -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 -- 2.47.3