Skip to content

Commit

Permalink
devonfw#940: fix - thanks shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille committed Oct 17, 2022
1 parent 73e82a3 commit 9ece604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/main/resources/scripts/functions
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function doResult() {
# $3: optional working directory
function doRunCommand() {
local command="${1}"
local messsage="${2}"
local message="${2}"
local dir="${3}"
if [ -n "${dir}" ]
then
Expand Down

0 comments on commit 9ece604

Please sign in to comment.