diff --git a/services/output.sh b/services/output.sh index 14cd851831..7c0d000f83 100755 --- a/services/output.sh +++ b/services/output.sh @@ -19,4 +19,4 @@ if [ "$output" == "url" ]; then output="CloudFrontEndpointUrl" fi -cd "$service" && npx serverless info --verbose --stage "$stage" | sed -n -e "s/^.*$output: //p" && cd .. +cd "$service" && npx serverless info --verbose --stage "$stage" | sed -n -e "s/^.*$output: //p" && cd .. \ No newline at end of file