Small fix

This commit is contained in:
Austen Adler 2015-12-31 13:02:45 -05:00
parent f3af0da923
commit 1943637373

View File

@ -259,7 +259,7 @@ function pub-git-rm(){
done done
} }
function pub-git-push(){ function pub-git-push(){
if (( $# = 0 )) ; then if (( $# == 0 )) ; then
git push local --all && git push local --tags git push local --all && git push local --tags
git push ncsu --all && git push ncsu --tags git push ncsu --all && git push ncsu --tags
git push gitlab --all && git push gitlab --tags git push gitlab --all && git push gitlab --tags