Skip to content

Commit

Permalink
typo: fix indentation & hard return value
Browse files Browse the repository at this point in the history
  • Loading branch information
sayah01 committed Aug 1, 2019
1 parent fcb82a3 commit 36da11c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alcove.sh
Original file line number Diff line number Diff line change
Expand Up @@ -283,15 +283,15 @@ main()

check_env
case "${1}" in
"init")
"init")
alcove_init
;;
"boot")
alcove_boot
;;
*)
show_help
exit 0
exit ${NO_ERROR}
;;
esac
}
Expand Down

0 comments on commit 36da11c

Please sign in to comment.