Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Removed sourcing periods
Browse files Browse the repository at this point in the history
  • Loading branch information
toriancrane authored Oct 10, 2023
1 parent 425bcdd commit 24cefaa
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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."
```

Expand Down

0 comments on commit 24cefaa

Please sign in to comment.