aboutsummarylogtreecommitdiffstats
path: root/fetcher.sh
diff options
context:
space:
mode:
authorManoel Brunnen2016-09-06 00:33:16 +0200
committerManoel Brunnen2016-09-06 00:33:16 +0200
commit70f53b921c4545baef5f4ee9d08eb85e33c00d11 (patch)
tree8e3e8164859277516839841890066bc58132b34e /fetcher.sh
parentf8c7e6f8a5c5ed674a74747efbb522053f583987 (diff)
downloadaur-70f53b921c4545baef5f4ee9d08eb85e33c00d11.tar.gz
renamed push to addcommitpush
Diffstat (limited to 'fetcher.sh')
-rwxr-xr-xfetcher.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetcher.sh b/fetcher.sh
index 25626dac53e8..a334906de135 100755
--- a/fetcher.sh
+++ b/fetcher.sh
@@ -94,7 +94,7 @@ for ((i=0; i < ${#lines[@]}; i++)); do
fi
case $gitcmd in
- push)
+ addcommitpush)
if $dryrun; then
cmd="git -C $path add -n -A"
cmd="$cmd && (git -C $path commit -n -v || true)"