Skip to content

Commit

Permalink
Update scripts/test-gem-build
Browse files Browse the repository at this point in the history
Fix typo

Co-authored-by: Paul Mucur <[email protected]>
  • Loading branch information
stanhu and mudge authored Aug 16, 2023
1 parent 29dcf98 commit b7a058f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-gem-build
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ set -x

bundle install --local || bundle install

if [[ "${REF_TYPE}}" != "tag" ]]; then
if [[ "${REF_TYPE}" != "tag" ]]; then
bundle exec rake set-version-to-timestamp
fi

Expand Down

0 comments on commit b7a058f

Please sign in to comment.