aboutsummaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
Diffstat (limited to 'wiki')
-rwxr-xr-xwiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki b/wiki
index e37cbcc..26f91ef 100755
--- a/wiki
+++ b/wiki
@@ -14,7 +14,7 @@ wiki_list=""
# Assumes that PWD is a git repo.
#
function commit {
- if [ $# -eq 1 ]; then
+ if [ $# -lt 2 ]; then
msg="$(date --rfc-email)"
else
msg="$@"