Closed mmurphy closed 2 years ago
Yes another PR is in place to fix that. Thank you.
Get Outlook for iOShttps://aka.ms/o0ukef
From: Martin Murphy @.> Sent: Thursday, May 13, 2021 7:02:37 PM To: redhat-developer-demos/knative-tutorial @.> Cc: Subscribed @.***> Subject: [redhat-developer-demos/knative-tutorial] Fix typo in code snippet in file scaling.adoc#load-the-service (#274)
The code snippet in the #load-the-service section of file /documentation/modules/serving/pages/scaling.adoc in incorrect
export SVC_URL=$(kn service describe prime-generator -n{tutorial-namespace} -url)
should be
export SVC_URL=$(kn service describe prime-generator -n {tutorial-namespace} -o url)
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fredhat-developer-demos%2Fknative-tutorial%2Fissues%2F274&data=04%7C01%7C%7Cee9d93d16bfc4d6a8cba08d916139335%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637565095584836922%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=ibQEa8L6ym9CTYKpMaErckAAWCuCP%2BKebvZ9p6pXLyc%3D&reserved=0, or unsubscribehttps://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAAHHMIJK6LDVYMTBFA72TZLTNPIHLANCNFSM442R5XDQ&data=04%7C01%7C%7Cee9d93d16bfc4d6a8cba08d916139335%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637565095584846917%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=WXD%2F1Sm%2B6V9QRxoPumklNaTTcEY%2Btydra6dS5UWn1SQ%3D&reserved=0.
The code snippet in the
#load-the-service
section of file /documentation/modules/serving/pages/scaling.adoc in incorrectshould be