mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 03:32:27 +01:00
use install correctly
This commit is contained in:
parent
95c5d404fb
commit
96d3a79b81
|
@ -3,7 +3,7 @@
|
|||
"version": "0.3.1",
|
||||
"description": "Bash Automated Testing System",
|
||||
"global": "true",
|
||||
"install": "./install.sh",
|
||||
"install": "./install.sh /usr/local",
|
||||
"scripts": [ "libexec/bats", "libexec/bats-exec-suite", "libexec/bats-exec-test", "libexec/bats-format-tap-stream", "libexec/bats-preprocess", "bin/bats" ]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user