Skip to content

Commit

Permalink
Made a minor change in the build file
Browse files Browse the repository at this point in the history
  • Loading branch information
grayhemp committed Aug 29, 2018
1 parent 55bf4e3 commit ac1a447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -e -o pipefail
: ${BINDIR:="${PREFIX}/bin"}

build_install() {
install src/bats-mock.bash "${LIBDIR}"
install -v src/bats-mock.bash "${LIBDIR}"
}

build_test() {
Expand Down

0 comments on commit ac1a447

Please sign in to comment.