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