diff options
author | yunielrc87 | 2023-02-22 17:19:02 -0500 |
---|---|---|
committer | yunielrc87 | 2023-02-22 18:08:56 -0500 |
commit | 2587728b9e6457328a456e42fd9714628ed66e71 (patch) | |
tree | de0d65898809bbe70a342aec990993f97ec7ebb4 | |
parent | ae24b9b9aa71010bb235dc6e0b32eb7dc5732c93 (diff) | |
download | aur-bash-bats-assert-git.tar.gz |
first commit
-rw-r--r-- | bash-bats-assert-git.install | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bash-bats-assert-git.install b/bash-bats-assert-git.install index b83422f7bf7f..3a86096608f0 100644 --- a/bash-bats-assert-git.install +++ b/bash-bats-assert-git.install @@ -1,4 +1,4 @@ post_install() { - echo -e "\nTo use bat-file library add this line\nto your bats test or common_setup function" - echo -e '\nload "/lib/bats-file/load.bash" \n' + echo -e "\nTo use bats-assert library add this line\nto your bats test or common_setup function" + echo -e '\nload "/usr/lib/bash-bats-assert-git/load.bash" \n' } |