From e888310b4e37c1ff3e170c30bb8b8467cc93eb1c Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Wed, 17 Aug 2016 21:15:38 +0100 Subject: [PATCH] bin/nb-repo-dirs --- bin/nb-repo-dirs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/nb-repo-dirs b/bin/nb-repo-dirs index 2b3658cc..25e89565 100755 --- a/bin/nb-repo-dirs +++ b/bin/nb-repo-dirs @@ -19,7 +19,7 @@ my @DIRS = ( # '/home/www/*/.nb-install', # '/home/*/Dev/*/.nb-install', # '/usr/local/src/*/.nb-install', - '/{opt,opt/www,home,home/www,usr/local/src,home/*/Dev}/*/.nb-install', + '/{opt,opt/www,home,home/www,usr/local/src,home/*/Dev,home/share/git}/*/.nb-install', ); my $debug = 0; -- 2.47.3