From f13da63c39728c55123f481e4cd0f6b37a64380c Mon Sep 17 00:00:00 2001 From: Miki Rozloznik Date: Wed, 30 Oct 2024 13:16:49 +0100 Subject: [PATCH] Minor fixes in output messages in build.xml and post_release.sh --- build.xml | 4 ++-- scripts/post_release.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index d58e1878a..48b750557 100644 --- a/build.xml +++ b/build.xml @@ -277,12 +277,12 @@ gpg.executable - GnuPG executable to use for artifact signing. Defa - - diff --git a/scripts/post_release.sh b/scripts/post_release.sh index 03e7e9ed0..6f5193e09 100755 --- a/scripts/post_release.sh +++ b/scripts/post_release.sh @@ -384,7 +384,7 @@ EOF fi echo $'\e[1;33m'"Don't forget to check the Zserio Conan Center Index repository!"$'\e[0m' - echo $'\e[1;33m'"Run: 'conan create zserio/recipes/all/conanfile.py --version ${ZSERIO_VERSION}'"$'\e[0m' + echo $'\e[1;33m'"Run: 'conan create recipes/zserio/all/conanfile.py --version ${ZSERIO_VERSION}'"$'\e[0m' echo $'\e[1;33m'"If it is ok, push changes to origin and make a pull request to upstream!"$'\e[0m' read -n 1 -s -r -p "Press any key to continue..." echo