Skip to content

Commit

Permalink
devonfw#849: fixed shellcheck errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedagdmoun committed Aug 30, 2022
1 parent 8b71326 commit 397469e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/main/resources/scripts/command/gcviewer
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ case ${1} in
doStart
;;
*)
doError "Unkown command. Call `devon gcviewer` to setup or start GCViewer OR `devon gcviewer help` for available commands"
doError "Unkown command. Call devon gcviewer to setup or start GCViewer OR devon gcviewer help for available commands"
;;
esac

0 comments on commit 397469e

Please sign in to comment.