This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/artemis-website.git
commit 4c03e0b8fc91e34a1eb23fcec6662d9c90bee11d Author: Robbie Gemmell <[email protected]> AuthorDate: Fri Jan 23 11:25:57 2026 +0000 update failure message in docs scripts --- scripts/release/update-artemis-console-docs.sh | 2 +- scripts/release/update-artemis-docs.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/release/update-artemis-console-docs.sh b/scripts/release/update-artemis-console-docs.sh index 9ff26a4..8540c47 100644 --- a/scripts/release/update-artemis-console-docs.sh +++ b/scripts/release/update-artemis-console-docs.sh @@ -36,7 +36,7 @@ error () { } if [ ! -f serve.sh ] || [ ! -f _config.yml ]; then - error "This script has to be run from inside the root of an activemq-website checkout" + error "This script has to be run from inside the root of an artemis-website checkout" exit 1 fi WEBSITE_DIR="$( pwd )" diff --git a/scripts/release/update-artemis-docs.sh b/scripts/release/update-artemis-docs.sh index ad5cdb2..3f97add 100755 --- a/scripts/release/update-artemis-docs.sh +++ b/scripts/release/update-artemis-docs.sh @@ -36,7 +36,7 @@ error () { } if [ ! -f serve.sh ] || [ ! -f _config.yml ]; then - error "This script has to be run from inside the root of an activemq-website checkout" + error "This script has to be run from inside the root of an artemis-website checkout" exit 1 fi WEBSITE_DIR="$( pwd )" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
