Skip to content

Commit d0c2dd0

Browse files
author
Out
committed
fix: Quiet push
1 parent 2c3f25f commit d0c2dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config-tracker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ commit() {
111111
# Pushes local config repo to remote/central repository.
112112
#
113113
push() {
114-
git push origin master:$(hostname -s)
114+
git push -q origin master:$(hostname -s)
115115
}
116116

117117
if [ "$(type -t $1)" ]; then $1; else echo "Usage: $0 <action>. Where action is one of:" $(compgen -A function) && exit 1; fi

0 commit comments

Comments
 (0)