Skip to content

Commit 6f0145c

Browse files
authored
Update README.md (#106)
Removed protocol from `kustomize` URL for autodetect protocol. Ref: https://github.com/hashicorp/go-getter#url-format
1 parent fc9cb4b commit 6f0145c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ But in the time-honored tradition of `curl ${script} | sudo sh -` here is a nice
4949

5050
```shell script
5151
# Y.O.L.O.
52-
kustomize build https://github.com/rancher/system-upgrade-controller | kubectl apply -f -
52+
kustomize build github.com/rancher/system-upgrade-controller | kubectl apply -f -
5353
```
5454

5555
### Example Plans

0 commit comments

Comments
 (0)