From 1943637373ab54bf99d3fe67eea430d7cd8511e8 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Thu, 31 Dec 2015 13:02:45 -0500 Subject: [PATCH] Small fix --- shells/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/zshrc b/shells/zshrc index 55fce10..b5c9225 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -259,7 +259,7 @@ function pub-git-rm(){ done } function pub-git-push(){ - if (( $# = 0 )) ; then + if (( $# == 0 )) ; then git push local --all && git push local --tags git push ncsu --all && git push ncsu --tags git push gitlab --all && git push gitlab --tags