Skip to content

Commit

Permalink
6946: typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
mirage22 committed Jan 11, 2021
1 parent e47c9dd commit 95780d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -147,7 +147,7 @@ function packageAgent() {
}

if [[ "${OSTYPE}" =~ "linux"* ]] || [[ "${OSTYPE}" =~ "darwin"* ]]; then
printf "%s\n" "You can nor run agent by calling \"${PROGNAME} --runAgentExample\""
printf "%s\n" "You can now run agent by calling \"${PROGNAME} --runAgentExample or --runAgentConverterExample\""
else
err_log "unknown OS type: \"${OSTYPE}\". Please coheck package in \"${JMC_DIR}/agent/target\""
exit 1
Expand Down

0 comments on commit 95780d8

Please sign in to comment.