summaryrefslogtreecommitdiff
path: root/git-shell-commands/setdesc
diff options
context:
space:
mode:
authordweller <dweller@cabin.digital>2024-03-18 05:12:34 +0200
committerdweller <dweller@cabin.digital>2024-03-18 05:12:34 +0200
commit2a52e556a604ff0f89b00209ce9c4f581b14dc2d (patch)
treef4c23abce9821e4dd200daee628eff5d9c0b61b2 /git-shell-commands/setdesc
parentb0a643b0f6331b0e129e178b8a36a6776ed344ab (diff)
shellcheckHEADmaster
Diffstat (limited to 'git-shell-commands/setdesc')
-rwxr-xr-xgit-shell-commands/setdesc2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-shell-commands/setdesc b/git-shell-commands/setdesc
index 651b170..341097b 100755
--- a/git-shell-commands/setdesc
+++ b/git-shell-commands/setdesc
@@ -13,7 +13,7 @@ set -e
PREFIX="$HOME/repos"
if [ $# -lt 2 ]; then
- echo "Usage: $(basename $0) <repo name> <description>"
+ echo "Usage: $(basename "$0") <repo name> <description>"
exit 1;
fi