Skip to content

Commit b1f1fd5

Browse files
committed
syntax fix
1 parent cc4acb7 commit b1f1fd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • samples/function-app-storage-http/dotnet/terraform

samples/function-app-storage-http/dotnet/terraform/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@ if $AZ functionapp deploy \
117117
--type zip 1> /dev/null; then
118118
echo "Function app [$FUNCTION_APP_NAME] deployed successfully."
119119
else
120-
echo "Warning: Failed to deploy function app [$FUNCTION_APP_NAME].
120+
echo "Warning: Failed to deploy function app [$FUNCTION_APP_NAME]."
121121
fi

0 commit comments

Comments
 (0)