Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

Commit 184b662

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/create_native_image_test_env.sh

Lines changed: 1 addition & 1 deletion
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)