From 13a7520d02f3b8b8a90fcb576201bafe35a573cd Mon Sep 17 00:00:00 2001 From: Mojo Talantikite Date: Thu, 9 May 2024 15:36:52 -0400 Subject: [PATCH] empty commit for deploy --- services/output.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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