From: Nicolas Boisselier Date: Thu, 21 Mar 2019 15:55:56 +0000 (+0000) Subject: bin/nb-update X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=737dc84e2e2b2a1e0512cd28cd657f7b4f9e541c;p=nb.git bin/nb-update --- diff --git a/bin/nb-update b/bin/nb-update index 7f3c823c..8fd1424a 100755 --- a/bin/nb-update +++ b/bin/nb-update @@ -67,7 +67,7 @@ for dir in $(nb_repos); do user=`ls -dl "$dir/.git" | awk '{print $3}'` # include extra scripts - ! [ -r "$NB_ROOT/$NAME/repo.sh" ] || . "$NB_ROOT/$NAME/repo.sh" || exit + ! [ -r "$NB_ROOT/lib/$NAME/repo.sh" ] || . "$NB_ROOT/lib/$NAME/repo.sh" || exit # # Build command