Skip to content

Commit

Permalink
fix: exit 0 with "now" option
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev authored May 31, 2019
1 parent 81b97cb commit d8877f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion covermyass
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ clear # Clear output
if [ -n "$1" ] && [ "$1" == 'now' ]; then
clearLogs
clearHistory
exitTool
exit 0
fi

menu
Expand Down

0 comments on commit d8877f4

Please sign in to comment.