Skip to content

Commit abc6aeb

Browse files
afilinafredden
andauthored
Update build/wiki-command-replacer.sh
Co-authored-by: Dan Wallis <[email protected]>
1 parent cf2b2d7 commit abc6aeb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/wiki-command-replacer.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ execute_command() {
4343
add_default_options
4444

4545
echo >&2 " INFO: running: " "${EXECUTABLE_COMMAND[@]}"
46-
read -ra executable <<<"${EXECUTABLE_COMMAND[@]}"
47-
"${executable[@]}"
46+
"${EXECUTABLE_COMMAND[@]}"
4847
}
4948

5049
if [[ -z "${CI:-}" ]]; then

0 commit comments

Comments
 (0)