This is an automated email from the ASF dual-hosted git repository. gaul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jclouds-site.git
commit bb1a49941a245763f344a9224096fa5879699e5d Author: Andrew Gaul <[email protected]> AuthorDate: Mon Feb 10 19:16:53 2025 -0800 Fix syntax error --- deploy-javadoc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-javadoc.sh b/deploy-javadoc.sh index 989c9eb..c69ae15 100755 --- a/deploy-javadoc.sh +++ b/deploy-javadoc.sh @@ -55,7 +55,7 @@ else svn status read -p "Are you sure you want to deploy the above changes? (y|n) " - [[ ${REPLY} == "y" ]] || exit 0 ]] + [[ ${REPLY} == "y" ]] || exit 0 echo
