diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-04-06 11:33:10 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-04-06 23:33:20 +0000 |
commit | fb822076d79339427648cb9eacf76528f827427e (patch) | |
tree | 85f35a4bb8be4a59706fd4f819c0019f78eb26a2 /lib/rubygems/gemcutter_utilities.rb | |
parent | bffadcd6d46ccfccade79ce0efb60ced8eac4483 (diff) |
[rubygems/rubygems] util/rubocop -A --only Style/LineEndConcatenation
https://github.com/rubygems/rubygems/commit/67ece7b8b6
Diffstat (limited to 'lib/rubygems/gemcutter_utilities.rb')
-rw-r--r-- | lib/rubygems/gemcutter_utilities.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/gemcutter_utilities.rb b/lib/rubygems/gemcutter_utilities.rb index 57ef6c6a62..4c510423cd 100644 --- a/lib/rubygems/gemcutter_utilities.rb +++ b/lib/rubygems/gemcutter_utilities.rb @@ -153,7 +153,7 @@ module Gem::GemcutterUtilities pretty_host = pretty_host(sign_in_host) say "Enter your #{pretty_host} credentials." - say "Don't have an account yet? " + + say "Don't have an account yet? " \ "Create one at #{sign_in_host}/sign_up" email = ask " Email: " |