Skip to content

Commit 4a93642

Browse files
Remove trailing whitespace in shell command
1 parent 2deeb91 commit 4a93642

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerhub/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fi
1919

2020
echo "running entrypoint command(s)"
2121

22-
response=$(bash -c " ${INPUT_COMMAND}")
22+
response=$(bash -c "${INPUT_COMMAND}")
2323

2424
{
2525
echo "response<<EOF";

0 commit comments

Comments
 (0)