Skip to content

Commit c82c585

Browse files
committed
fix(clish): phar name
1 parent 285182f commit c82c585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/clish

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if (\PHP_VERSION_ID < 70100) {
88
}
99

1010
if (\Phar::running() && !\extension_loaded('zlib')) {
11-
echo "Phint.phar requires 'zlib' extension\n(OR you can compile phar with `compression: NONE` in box.json)\n";
11+
echo "clish.phar requires 'zlib' extension\n(OR you can compile phar with `compression: NONE` in box.json)\n";
1212

1313
exit(1);
1414
}

0 commit comments

Comments
 (0)