summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-10-02 15:00:17 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-10-02 17:03:55 +0900
commit4ed51b39563df23ad9a9c1fa192ee213cb958991 (patch)
treea1b8a3b028b20f184e32ef3651d709b805a2c7fd /tool
parent84cbce3d880f0d6a51ccf3622b8d1e79132b9a0e (diff)
Fixed failure message for `clean-cache`
Diffstat (limited to 'tool')
-rwxr-xr-xtool/make-snapshot2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index 6efd827187..da312c3681 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -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"