Skip to content

Commit

Permalink
[rubygems/rubygems] update question text
Browse files Browse the repository at this point in the history
  • Loading branch information
colby-swandale authored and hsbt committed Jun 18, 2020
1 parent cc059b1 commit 6f9faa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler/cli/gem.rb
Expand Up @@ -277,7 +277,7 @@ def ask_and_set_ci
"* Circle CI: https://circleci.com/\n" \
"* Gitlab CI: https://docs.gitlab.com/ee/ci/\n\n"

result = Bundler.ui.ask "Type 'github', 'travis', 'gitlab' or 'circle' to generate those test files now and " \
result = Bundler.ui.ask "Type 'github', 'travis', 'gitlab' or 'circle' to generate the CI configuration now and " \
"in the future. github/travis/gitlab/circle/(none):"
if result =~ /github|travis|gitlab|circle/
ci_template = result
Expand Down

0 comments on commit 6f9faa6

Please sign in to comment.