Skip to content

Commit 42865b5

Browse files
committed
silent agent
1 parent f99f6e9 commit 42865b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pre-commitw.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
22

33
# 1. Start ssh agent to avoid more passwords
4-
eval `ssh-agent` && ssh-add
4+
eval `ssh-agent` && ssh-add > /dev/null
55

66
# 2.- Execute pre-commit
77
/root/bin/pre-commit $@

0 commit comments

Comments
 (0)