From f797f6b49cf4f26075ea475c184acb87531cb485 Mon Sep 17 00:00:00 2001 From: xuan-cao-swi Date: Fri, 12 Jan 2024 13:29:54 -0500 Subject: [PATCH] NH-70487: add missing quote --- .github/workflows/scripts/verify_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/verify_install.sh b/.github/workflows/scripts/verify_install.sh index fce914b8..e7128202 100755 --- a/.github/workflows/scripts/verify_install.sh +++ b/.github/workflows/scripts/verify_install.sh @@ -44,7 +44,7 @@ elif [ "$MODE" = "GitHub" ]; then VERSION_LOWER_CASE=$(echo "$SOLARWINDS_APM_VERSION" | tr '[:upper:]' '[:lower:]') echo "source 'https://rubygems.org'" >> Gemfile echo "source 'https://rubygems.pkg.github.com/solarwinds' do" >> Gemfile - echo " gem 'solarwinds_apm', ${VERSION_LOWER_CASE}" >> Gemfile + echo " gem 'solarwinds_apm', '${VERSION_LOWER_CASE}'" >> Gemfile echo "end" >> Gemfile gem install bundler bundle install