Typo in example artifactory backend subpath
This commit is contained in:
parent
e354708c39
commit
91113aee83
|
@ -28,7 +28,7 @@ terraform {
|
|||
password = "AmyFarrahFowler"
|
||||
url = "https://custom.artifactoryonline.com/artifactory"
|
||||
repo = "foo"
|
||||
subpath = "teraraform-bar"
|
||||
subpath = "terraform-bar"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue