docs: changlog

This commit is contained in:
Jack Wills
2023-01-03 17:54:11 +00:00
parent 7a42eba6b0
commit 32816dcca5
2 changed files with 5 additions and 4 deletions
+1 -3
View File
@@ -153,7 +153,6 @@ check_tag () {
break;;
*)
error_close "invalid option $REPLY"
break;;
esac
done
}
@@ -268,8 +267,7 @@ main() {
do
case $choice in
0)
exit
break;;
exit;;
1)
cargo_test
main