Skip to content

Commit

Permalink
fix: replace BASHUNIT_VERSION value to (non-stable) main
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Oct 30, 2023
1 parent 0f436d6 commit 171aa06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function install_main() {
cd ..
cp temp/bin/bashunit bashunit
chmod u+x bashunit
sed -i -e 's/BASHUNIT_VERSION="0.9.0"/BASHUNIT_VERSION="(non-stable) main"/g' bashunit
sed -i -e 's/BASHUNIT_VERSION=".*"/BASHUNIT_VERSION="(non-stable) main"/g' bashunit
rm -rf temp
echo "> bashunit has been installed in the 'lib' folder"
}
Expand Down

0 comments on commit 171aa06

Please sign in to comment.