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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new db76685260c Fix echo statement in line 83 (#688)
db76685260c is described below

commit db76685260c6313e01c342901f8141c101f8a8fe
Author: SheltonZSL <sheltonzsl...@gmail.com>
AuthorDate: Thu Mar 14 20:25:52 2024 -0400

    Fix echo statement in line 83 (#688)
---
 content/quickstart-docker.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/quickstart-docker.sh b/content/quickstart-docker.sh
index 3556a834120..e2c6cf6aeb8 100644
--- a/content/quickstart-docker.sh
+++ b/content/quickstart-docker.sh
@@ -80,7 +80,7 @@ export 
BANYANDB_IMAGE=apache/skywalking-banyandb:${SW_BANYANDB_VERSION}
 export OAP_IMAGE=apache/skywalking-oap-server:${SW_VERSION}
 export UI_IMAGE=apache/skywalking-ui:${SW_VERSION}
 
-echo "Instaing SkyWalking ${SW_VERSION} with ${SW_STORAGE} storage..."
+echo "Installing SkyWalking ${SW_VERSION} with ${SW_STORAGE} storage..."
 
 docker compose -f "$temp_dir/docker-compose.yml" \
   --project-name=skywalking-quickstart \

Reply via email to