summaryrefslogtreecommitdiff
path: root/src/git-run
diff options
context:
space:
mode:
Diffstat (limited to 'src/git-run')
-rwxr-xr-xsrc/git-run2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git-run b/src/git-run
index 7d70ef8..2b062e8 100755
--- a/src/git-run
+++ b/src/git-run
@@ -14,7 +14,7 @@ set currentUser (whoami)
###
function log --on-event log
- echo "$(date -Is): $argv[1..2] user=$currentUser $argv[3..] ip=$SSH_CONNECTION" >> $_LOG
+ echo "$argv[1..2] user=$currentUser $argv[3..] ip=$SSH_CONNECTION" >> $_LOG
end
function parseCommand