changed comment

This commit is contained in:
mfahampshire
2023-09-04 13:42:14 +02:00
parent 9bdc3b260f
commit d988fe02b5
+1 -1
View File
@@ -29,7 +29,7 @@ else
for i in "${projects[@]}"
do
# sed the vars in the book.toml file for each project
echo "setting platform and wallet versions in $i/"
echo "setting wallet version in $i/"
sed -i 's/wallet_release_version =.*/wallet_release_version = "'$2'"/' "$i"/book.toml
if [ "$3" ]
then