Merge pull request #22075 from schmidtd/schmidtd-doc-typo

Simple typo in example artifactory backend subpath
This commit is contained in:
Pam Selle 2019-07-16 13:57:43 -04:00 committed by GitHub
commit 0111498e9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ terraform {
password = "AmyFarrahFowler"
url = "https://custom.artifactoryonline.com/artifactory"
repo = "foo"
subpath = "teraraform-bar"
subpath = "terraform-bar"
}
}
```