diff options
author | tv <tv@shackspace.de> | 2015-06-18 23:12:31 +0200 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-06-18 23:12:31 +0200 |
commit | 313fe868aa6f1334cbb130f8eb4ec748391813c3 (patch) | |
tree | f2dcbdebdbc09730046d6ffe016a72c7cf47ec70 /lib/git.nix | |
parent | d3b0b62151155837fd265440ed949ea5ac269083 (diff) |
irc-announce: don't say "pushed"
Diffstat (limited to 'lib/git.nix')
-rw-r--r-- | lib/git.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/git.nix b/lib/git.nix index 9f98c5de1..978fabba8 100644 --- a/lib/git.nix +++ b/lib/git.nix @@ -162,7 +162,7 @@ let #host=$nick #$host $GIT_SSH_REPO $ref $link message="''${message+$message - }$GIT_SSH_USER $receive_mode pushed $link" + }$GIT_SSH_USER $receive_mode $link" done if test -n "''${message-}"; then |