summaryrefslogtreecommitdiff
path: root/plugins/terraform
diff options
context:
space:
mode:
authorPatrick José Pereira <patrickelectric@gmail.com>2016-12-30 10:34:16 -0200
committerPatrick José Pereira <patrickelectric@gmail.com>2016-12-30 10:34:16 -0200
commit87bc218d2da0da540383633462ca5fdbeda927fb (patch)
tree539f39fa701865d38d2fb7b6e22bb962a70d419f /plugins/terraform
parent75663be294e2328dd4928596345a9e2e4785e8a8 (diff)
downloadzsh-87bc218d2da0da540383633462ca5fdbeda927fb.tar.gz
zsh-87bc218d2da0da540383633462ca5fdbeda927fb.tar.bz2
zsh-87bc218d2da0da540383633462ca5fdbeda927fb.zip
'plugins/terraform/_terraform: Solve typos'
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Diffstat (limited to 'plugins/terraform')
-rw-r--r--plugins/terraform/_terraform2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/terraform/_terraform b/plugins/terraform/_terraform
index 11740dc48..97c42a559 100644
--- a/plugins/terraform/_terraform
+++ b/plugins/terraform/_terraform
@@ -98,7 +98,7 @@ __push() {
'-token=[(token) Atlas API token to use to authorize the upload. If blank or unspecified, the ATLAS_TOKEN environmental variable will be used.]' \
'-var=[("foo=bar") Set the value of a variable for the Terraform configuration.]' \
'-var-file=[(foo) Set the value of variables using a variable file.]' \
- '-vcs=[(true) If true (default), then Terraform will detect if a VCS is in use, such as Git, and will only upload files that are comitted to version control. If no version control system is detected, Terraform will upload all files in path (parameter to the command).]'
+ '-vcs=[(true) If true (default), then Terraform will detect if a VCS is in use, such as Git, and will only upload files that are committed to version control. If no version control system is detected, Terraform will upload all files in path (parameter to the command).]'
}
__refresh() {