aboutsummaryrefslogtreecommitdiff
path: root/commit-updates
diff options
context:
space:
mode:
Diffstat (limited to 'commit-updates')
-rwxr-xr-xcommit-updates2
1 files changed, 1 insertions, 1 deletions
diff --git a/commit-updates b/commit-updates
index 9fe77d7..1ebcece 100755
--- a/commit-updates
+++ b/commit-updates
@@ -28,7 +28,7 @@ if $GIT status &> /dev/null; then
if [ ! -z "$ARGS" ]; then
commit "Updates $ARGS"
else
- commit "Updates $(basename `pwd`)"
+ commit "Updates $(basename "`pwd`")"
fi
else
mr commit -m "Updates"