Skip to content

Commit b5a9525

Browse files
committed
Make log messages more compact
1 parent 777de48 commit b5a9525

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

lib/rails/diff.rb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,13 +182,10 @@ def generate_app
182182
end
183183

184184
if railsrc_options
185-
info "Using default options from #{RAILSRC_PATH}:"
186-
puts " > #{railsrc_options.join(' ')}\n\n"
185+
info "Using default options from #{RAILSRC_PATH}:\n > #{railsrc_options.join(' ')}"
187186
end
188187

189-
info "Generating new Rails application"
190-
puts " > #{rails_new_command.join(' ')}\n"
191-
188+
info "Generating new Rails application\n > #{rails_new_command.join(' ')}"
192189
system!(*rails_new_command)
193190
end
194191
end

0 commit comments

Comments
 (0)