From d988fe02b51b236f1abaae6850bf3d8db51316a0 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Mon, 4 Sep 2023 13:42:14 +0200 Subject: [PATCH] changed comment --- documentation/bump_versions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/bump_versions.sh b/documentation/bump_versions.sh index ba63daa46f..2ff1c2c882 100755 --- a/documentation/bump_versions.sh +++ b/documentation/bump_versions.sh @@ -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