DaanHoogland commented on a change in pull request #235: URL: https://github.com/apache/cloudstack-documentation/pull/235#discussion_r684819891
########## File path: source/installguide/building_from_source.rst ########## @@ -383,14 +383,17 @@ line: .. parsed-literal:: - deb http://server.url/cloudstack/repo/binary ./ + deb <http://server.url>/cloudstack/repo/binary ./ If you signed your Release file with GnuPG, import the signing key on your target system first. .. parsed-literal:: - $ wget -q -O - http://server.url/cloudstack/repo/binary/KEY.gpg | sudo apt-key add - + $ wget -q -O - <http://server.url>/cloudstack/repo/binary/KEY.gpg | sudo apt-key add - Review comment: ```suggestion $ wget -q -O - http://<server.url>/cloudstack/repo/binary/KEY.gpg | sudo apt-key add - ``` -- 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: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org