Skip to content

Commit

Permalink
Fixed erroneous exits
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazen committed Nov 14, 2017
1 parent b549182 commit 4223611
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aliases
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ alias psg='ps aux | grep'
dynamodbctl() {
if [ $# -ne 1 ]; then
echo "Usage dynamodbctl <start|stop|status>"
exit 1
fi
cd ~/.dynamodb
case $1 in
Expand All @@ -146,7 +145,6 @@ dynamodbctl() {
flaskctl() {
if [ $# -ne 1 ]; then
echo "Usage flaskctl <start|stop|restart|status>"
exit 1
fi
cd ~/.flask/
case $1 in
Expand Down

0 comments on commit 4223611

Please sign in to comment.