From f23b866eb2c6175571e567bbfb5c689d17b80cc7 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Tue, 9 Jun 2015 10:48:11 +0100 Subject: [PATCH] nb-update --- bin/nb-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/nb-update b/bin/nb-update index e1a450c3..8a4c0d53 100755 --- a/bin/nb-update +++ b/bin/nb-update @@ -41,7 +41,7 @@ for repo in \ if [ "$USER" == "$user" ]; then git pull else - su - $user -c "cd \"$repo\" && git pull" + su $user -c "cd \"$repo\" && git pull" fi done -- 2.47.3