Skip to content

Commit

Permalink
NH-70487: add missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
xuan-cao-swi committed Jan 12, 2024
1 parent 55d430f commit f797f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/verify_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f797f6b

Please sign in to comment.