Skip to content

Commit 428d743

Browse files
committed
Update messages
1 parent 2a31543 commit 428d743

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

bin/update_default_manifest

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,8 @@ elif [[ $julia_major == "1.11" ]]; then
6262
cp examples/Manifest-v1.11.toml Manifest-v1.11.toml.default
6363
rm -rf ~/.julia/compiled/v1.11/KiteModels/
6464
echo "Updated Manifest-v1.11.toml.default !"
65-
echo "Make sure to run the tests before committing the new version!"
6665
else
6766
cp Manifest-v1.12.toml Manifest-v1.12.toml.default
6867
rm -rf ~/.julia/compiled/v1.12/KiteModels/
6968
echo "Updated Manifest-v1.12.toml.default !"
70-
echo "Make sure to run the tests before committing the new version!"
7169
fi

0 commit comments

Comments
 (0)