Skip to content

Commit 4a23166

Browse files
author
Doug Davis
committed
typo
Signed-off-by: Doug Davis <[email protected]>
1 parent 3c181ff commit 4a23166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash/run

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ibmcloud ce app create -n ce-bash --image $REGISTRY/ce-bash \
4949
APP=$(ibmcloud ce app get -n ce-bash -o url)
5050

5151
# Call the app - if it works it should return the output of the 'app list' cmd
52-
curl -fs $APP/ | tee out
52+
curl -w "\n%{http_code}\n" -fs $APP/ | tee out
5353
[[ "${PIPESTATUS[0]}" == "0" ]]
5454

5555
# Verify we see our App in the output

0 commit comments

Comments
 (0)