From d6713e82b3e338f9fb8be3e01a266889c58c386a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 3 Nov 2016 19:47:46 -0200 Subject: Fix redirection --- zsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsync b/zsync index 007e548..501db02 100755 --- a/zsync +++ b/zsync @@ -13,7 +13,7 @@ fi # Sync if [ -d '.git' ]; then - if which updates 2> /dev/null; then + if which updates > /dev/null; then updates else git commit -a -m "Updates $PROJECT" -- cgit v1.2.3