From d703550aaf894ad1bce9816c27a6bdf73e856c40 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Wed, 3 Aug 2016 01:41:58 +0100 Subject: [PATCH] Bed --- bin/nb-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3