mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed failure message for clean-cache
This commit is contained in:
parent
84cbce3d88
commit
4ed51b3956
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ touch-unicode-files:
|
|||
return
|
||||
end
|
||||
unless system(make, "clean-cache", *args)
|
||||
puts $colorize.fail("prepare-package failed")
|
||||
puts $colorize.fail("clean-cache failed")
|
||||
return
|
||||
end
|
||||
print "prerequisites"
|
||||
|
|
Loading…
Add table
Reference in a new issue