Skip to content

Commit

Permalink
chore: fix syntax in native image submodule script (#1617)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Apr 11, 2023
1 parent 66c0509 commit 184b662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_native_image_test_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pushd gapic-generator-java
SHARED_DEPS_VERSION=$(sed -e 's/xmlns=".*"//' java-shared-dependencies/pom.xml | xmllint --xpath '/project/version/text()' -)
echo $SHARED_DEPS_VERSION

if [ ! "$(git branch --list $(GRAALVM_BRANCH))" ]
if [ ! "$(git branch --list "$GRAALVM_BRANCH")" ]
then
git diff
git checkout -b "${GRAALVM_BRANCH}"
Expand Down

0 comments on commit 184b662

Please sign in to comment.