Skip to content

Commit

Permalink
Quote fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga authored Apr 29, 2024
1 parent ca0853f commit 35f930a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ action() {
fi

# start the container
local cmd="docker run ${docker_args} cmsml/documentation ${docker_cmd}"
local cmd="docker run ${docker_args} cmsml/documentation '${docker_cmd}'"
echo -e "command: ${cmd}\n"
eval "${cmd}"
}
Expand Down

0 comments on commit 35f930a

Please sign in to comment.