summaryrefslogtreecommitdiff
path: root/plugins/terraform/_terraform
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2016-12-30 18:39:43 +0100
committerGitHub <noreply@github.com>2016-12-30 18:39:43 +0100
commit9dab3c6718d627bc3ea5beb79bfbf0a7f74a7648 (patch)
tree535e8614fcf7508e2f6775212cb76e6f109d0215 /plugins/terraform/_terraform
parent97c03841691021f916c46b2fd2d089d7970400aa (diff)
parent0f498e8d458f941556dac8929b7dedfe99e4fe3f (diff)
downloadzsh-9dab3c6718d627bc3ea5beb79bfbf0a7f74a7648.tar.gz
zsh-9dab3c6718d627bc3ea5beb79bfbf0a7f74a7648.tar.bz2
zsh-9dab3c6718d627bc3ea5beb79bfbf0a7f74a7648.zip
Solving some random typos: #5736 (patrickelectric/typos)
Diffstat (limited to 'plugins/terraform/_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() {