Copilot commented on code in PR #1927:
URL: https://github.com/apache/polaris/pull/1927#discussion_r2162819644


##########
site/content/release-guide.md:
##########
@@ -161,10 +166,10 @@ svn co 
https://dist.apache.org/repos/dist/dev/incubator/polaris polaris-dist-dev
 cd polaris-dist-dev
 mkdir apache-polaris-x.y.z
 cp /path/to/polaris/github/clone/repo/build/distribution/* apache-polaris-x.y.z
-cp /path/to/polaris/github/clone/repo/quarkus/server/build/distribution/* 
apache-polaris-x.y.z
-cp /path/to/polaris/github/clone/repo/quarkus/admin/build/distribution/* 
apache-polaris-x.y.z
+cp 
/path/to/polaris/github/clone/repo/runtime/distribution/build/distributions/* 
apache-polaris-x.y.z
 cp -r /path/to/polaris/gitbub/clone/repo/helm/polaris helm-chart/x.y.z 

Review Comment:
   Typo detected: 'gitbub' should be corrected to 'github' in the clone path.
   ```suggestion
   cp -r /path/to/polaris/github/clone/repo/helm/polaris helm-chart/x.y.z 
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to