summaryrefslogtreecommitdiff
path: root/plugins/terraform
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2017-02-27 09:02:16 -0800
committerRobby Russell <robby@planetargon.com>2017-02-27 09:02:16 -0800
commitb908feebcfb0ca8a9a80360d177e716c24c317d6 (patch)
tree966fd789c3bcdf804d6d242a3becf81afc343eaa /plugins/terraform
parente609fd5a9f7f7c9a16945ca9c0748b6de99f6635 (diff)
parentd874c73f19d8430f4dc32756fff0bf2f6a804d87 (diff)
downloadzsh-b908feebcfb0ca8a9a80360d177e716c24c317d6.tar.gz
zsh-b908feebcfb0ca8a9a80360d177e716c24c317d6.tar.bz2
zsh-b908feebcfb0ca8a9a80360d177e716c24c317d6.zip
Merge branch 'master' of 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() {