From 24cefaae34a097b5ca87c00fbe2eabe488df0616 Mon Sep 17 00:00:00 2001 From: Torian Crane Date: Tue, 10 Oct 2023 18:37:13 +0200 Subject: [PATCH] Removed sourcing periods --- .../content/docs/pulumi-cloud/esc/get-started/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/default/content/docs/pulumi-cloud/esc/get-started/_index.md b/themes/default/content/docs/pulumi-cloud/esc/get-started/_index.md index a237a44ce7b..61cbae47057 100644 --- a/themes/default/content/docs/pulumi-cloud/esc/get-started/_index.md +++ b/themes/default/content/docs/pulumi-cloud/esc/get-started/_index.md @@ -59,7 +59,7 @@ Navigate to the root of the repo and deploy the application resources using the ```bash cd tutorials chmod a+x cfn-deploy.sh -. ./cfn-deploy.sh +./cfn-deploy.sh ``` You will see an output similar to the following: @@ -402,13 +402,13 @@ Then run the following commands to execute the script: ```bash chmod a+x validate-endpoint.sh -. ./validate-endpoint.sh +./validate-endpoint.sh ``` When providing the name of your `app-env-dev` environment file, you should see a response similar to the following: ``` bash -$ . ./validate-endpoints.sh +$ ./validate-endpoints.sh "You have reached the simulated DEV endpoint." ```