Typo in example artifactory backend subpath

This commit is contained in:
David Schmidt 2019-07-15 18:16:56 -04:00 committed by GitHub
parent e354708c39
commit 91113aee83
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"
}
}
```