Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
leijurv committed Mar 16, 2016
1 parent 21f9786 commit fa9de78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion push
Expand Up @@ -2,7 +2,7 @@

MESSAGE=$1
if [ $# -lt 1 ]; then
MESSAGE="updooted"
MESSAGE="updated"
fi
if [ $# -gt 1 ]; then
echo "Provide exactly one argument. "
Expand Down
2 changes: 1 addition & 1 deletion push.sh
Expand Up @@ -2,7 +2,7 @@

MESSAGE=$1
if [ $# -lt 1 ]; then
MESSAGE="updooted"
MESSAGE="updated"
fi
if [ $# -gt 1 ]; then
echo "Provide exactly one argument. "
Expand Down

0 comments on commit fa9de78

Please sign in to comment.