diff --git a/guide/TEMPLATE.md b/guide/TEMPLATE.md index fce2b19c..d8c57a73 100644 --- a/guide/TEMPLATE.md +++ b/guide/TEMPLATE.md @@ -68,7 +68,7 @@ faas-cli template pull https://github.com/openfaas-incubator/golang-http-templat If you need to update the downloaded repository, just add the flag `--overwrite` to the download command: ```bash -faas-cli template pull https://github.com/openfaas-incubator/golang-http-template --override +faas-cli template pull https://github.com/openfaas-incubator/golang-http-template --overwrite ``` You can specify the template URL with `OPENFAAS_TEMPLATE_URL` environmental variable. CLI overrides the environmental variable.