Skip to content

Commit 971d36b

Browse files
committed
Add quotes around local_agent_image
1 parent 28d90a1 commit 971d36b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local_builds/codebuild_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ else
182182
docker_command+=" -e \"INITIATOR=$USER\""
183183
fi
184184

185-
if [ -n $local_agent_image ]
185+
if [ -n "$local_agent_image" ]
186186
then
187187
docker_command+=" $local_agent_image"
188188
else

0 commit comments

Comments
 (0)