]> git.nbdom.net Git - nb.git/commitdiff
Bed
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Wed, 3 Aug 2016 00:41:58 +0000 (01:41 +0100)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Wed, 3 Aug 2016 00:41:58 +0000 (01:41 +0100)
bin/nb-update

index 1cde0cb3771eb8ff8658c89250e057fa2e942090..b08fc692aed3bcc7e9767879da0fd4edc451b033 100755 (executable)
@@ -19,7 +19,7 @@ git_conn_check() {
   local dest=$(git config --local --get remote.origin.url | sed -e 's/:.*$//' -e 's/^.*@//')
 
   if [ -z "$dest" ]; then
-    logger -t $NAME -s "Can't get \`git config --het remote.origin.url\` from `cwd`"
+    logger -t $NAME -s "Can't get \`git config --het remote.origin.url\` from `pwd`"
     return 1
   fi