mirror of
https://github.com/github/rails.git
synced 2026-01-06 21:34:08 -05:00
fixed a typo in a message when there is no failuresin a build
This commit is contained in:
@@ -132,7 +132,7 @@ failures = results.select { |key, value| value == false }
|
||||
|
||||
if failures.empty?
|
||||
puts
|
||||
puts "Rails build finished sucessfully"
|
||||
puts "Rails build finished successfully"
|
||||
exit(true)
|
||||
else
|
||||
puts
|
||||
|
||||
Reference in New Issue
Block a user