Skip to content

Commit da1394d

Browse files
authored
fix invok syntax (#294)
1 parent d36d1d4 commit da1394d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

documentation/modules/serving/pages/_partials/invoke-service.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ http $(kn service describe greeter -o url)
2121
[.console-input]
2222
[source,bash,subs="+macros,+attributes"]
2323
----
24-
export SVC_URL=`{kubernetes-cli} get rt greeter -o jsonpath={.status.url} && \
24+
export SVC_URL=`{kubernetes-cli} get rt greeter -o jsonpath={.status.url}` && \
2525
http $SVC_URL
2626
----
2727

@@ -36,4 +36,4 @@ export SVC_URL=`{kubernetes-cli} get rt greeter -o jsonpath={.status.url} && \
3636
http $SVC_URL/{svc-params}
3737
----
3838

39-
#end::workshop-call-params[]
39+
#end::workshop-call-params[]

0 commit comments

Comments
 (0)