Skip to content

Commit

Permalink
Reworked
Browse files Browse the repository at this point in the history
  • Loading branch information
bozso committed Jun 4, 2019
1 parent d2cc386 commit 1f82aa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ git_remote_add() {

git_push() {
check_narg $# 1
echo "git commit -a -m \"$@\""
git commit -a -m "$@"
echo "git commit -am \"$1\""
git commit -am "$1"
git push origin master
}

Expand Down

0 comments on commit 1f82aa3

Please sign in to comment.