aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xzsync2
1 files changed, 1 insertions, 1 deletions
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"