summaryrefslogtreecommitdiff
path: root/plugins/terraform
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2017-01-03 13:22:45 -0700
committerTuowen Zhao <ztuowen@gmail.com>2017-01-03 13:22:45 -0700
commit46d819df1a131a482618c324099947580f40b276 (patch)
tree9176b3710b2a313b3bd7a12d5a44325cfe2be281 /plugins/terraform
parent0ebfa3a504a0a4de40154432918c5f8acb33bdae (diff)
parent9f8b2b42bdfee31bb06a93aa0e8b04411727ce58 (diff)
downloadzsh-46d819df1a131a482618c324099947580f40b276.tar.gz
zsh-46d819df1a131a482618c324099947580f40b276.tar.bz2
zsh-46d819df1a131a482618c324099947580f40b276.zip
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
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() {