mirror of
https://github.com/github/rails.git
synced 2026-01-08 06:13:56 -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?
|
if failures.empty?
|
||||||
puts
|
puts
|
||||||
puts "Rails build finished sucessfully"
|
puts "Rails build finished successfully"
|
||||||
exit(true)
|
exit(true)
|
||||||
else
|
else
|
||||||
puts
|
puts
|
||||||
|
|||||||
Reference in New Issue
Block a user