From: Nicolas Boisselier Date: Wed, 3 Aug 2016 00:41:58 +0000 (+0100) Subject: Bed X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=d703550aaf894ad1bce9816c27a6bdf73e856c40;p=nb.git Bed --- diff --git a/bin/nb-update b/bin/nb-update index 1cde0cb3..b08fc692 100755 --- a/bin/nb-update +++ b/bin/nb-update @@ -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