You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2023/01/08 12:17:16 UTC

[libcloud-site] 02/03: Fix typo in readme.

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/libcloud-site.git

commit 1d31ff6bff7e970b5caaffea124d71f03a98ee67
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun Jan 8 13:15:27 2023 +0100

    Fix typo in readme.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 507e32df..1b41adb3 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ This will start Docker container with local development server listening on port
 ```bash
 ./scripts/docker-build-site.sh
 # Non-Docker versions
-#./scripts/docker-build-site.sh
+#./scripts/build-site.sh
 # asf-site for prod, asf-staging for staging
 ./scripts/stage-changes.sh {asf-site,asf-staging}
 git push origin <branch>