Skip to content

Commit

Permalink
Fix typo in readme (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlwr authored and dansimau committed Oct 21, 2019
1 parent 1927ffd commit 8d156b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ app-dev-us-east-1: OK No changes (10s)

#### Remapping CLI flags

Astro is meant to be used every day by operators. If your Terraform variable names are long-winded to type at the CLI, you can remap them to something simpler. For example, instead of typing `--environment dev`, you may wish to shoren this to `--env dev`.
Astro is meant to be used every day by operators. If your Terraform variable names are long-winded to type at the CLI, you can remap them to something simpler. For example, instead of typing `--environment dev`, you may wish to shorten this to `--env dev`.

You can specify a `flags:` block in your project configuration, like:

Expand Down

0 comments on commit 8d156b8

Please sign in to comment.