Skip to content

Commit 0ba7783

Browse files
committed
fix bin pathes for ccat in composer.json
1 parent 00a7179 commit 0ba7783

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"guzzlehttp/guzzle": "~6.0"
2323
},
2424
"bin": [
25-
"bin/ccat"
25+
"bin/ccat_linux",
26+
"bin/ccat_darwin"
2627
],
2728
"require-dev": {
2829
"mockery/mockery": "^0.9.9",

0 commit comments

Comments
 (0)