Skip to content

Commit 184b662

Browse files
authored
chore: fix syntax in native image submodule script (#1617)
1 parent 66c0509 commit 184b662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/create_native_image_test_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ pushd gapic-generator-java
8080
SHARED_DEPS_VERSION=$(sed -e 's/xmlns=".*"//' java-shared-dependencies/pom.xml | xmllint --xpath '/project/version/text()' -)
8181
echo $SHARED_DEPS_VERSION
8282

83-
if [ ! "$(git branch --list $(GRAALVM_BRANCH))" ]
83+
if [ ! "$(git branch --list "$GRAALVM_BRANCH")" ]
8484
then
8585
git diff
8686
git checkout -b "${GRAALVM_BRANCH}"

0 commit comments

Comments
 (0)