util/rubocop -A --only Layout/SpaceInsideArrayLiteralBrackets

This commit is contained in:
Hiroshi SHIBATA 2023-03-16 11:57:00 +09:00
parent 3e1f767cd5
commit 0373615948
6 changed files with 49 additions and 46 deletions

View file

@ -74,7 +74,7 @@ The push command will use ~/.gem/credentials to authenticate to a server, but yo
@host ||= push_host
# Always include @host, even if it's nil
args += [ @host, push_host ]
args += [@host, push_host]
say "Pushing gem to #{@host || Gem.host}..."