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 d2f63143115b3c4edeabaf2d3b1a20709c5fe258 Author: Robbie Gemmell <[email protected]> AuthorDate: Wed Feb 4 11:24:22 2026 +0000 ARTEMIS-5850: fix script for updating console release docs --- scripts/release/update-artemis-console-docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release/update-artemis-console-docs.sh b/scripts/release/update-artemis-console-docs.sh index 8540c47..22678c8 100755 --- a/scripts/release/update-artemis-console-docs.sh +++ b/scripts/release/update-artemis-console-docs.sh @@ -63,7 +63,7 @@ fi DOCS_HOME="$WEBSITE_DIR/src/components/artemis-console/documentation" LATEST_DOCS="$DOCS_HOME/latest/" NEW_DOCS="$ARTEMIS_CONSOLE_DIR/target/checkout/artemis-console-website/target/classes/user-manual/" -$PRIOR_DOCS="$DOCS_HOME/version/$PRIOR_VERSION" +PRIOR_DOCS="$DOCS_HOME/version/$PRIOR_VERSION" echo "Moving previous release docs, from $LATEST_DOCS to $PRIOR_DOCS" mv $LATEST_DOCS $PRIOR_DOCS --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
