diff --git a/website/source/docs/job-specification/template.html.md b/website/source/docs/job-specification/template.html.md index 4af8a0313..1b76fe4f0 100644 --- a/website/source/docs/job-specification/template.html.md +++ b/website/source/docs/job-specification/template.html.md @@ -179,7 +179,7 @@ LOG_LEVEL="{{key "service/geo-api/log-verbosity"}}" API_KEY="{{with secret "secret/geo-api-key"}}{{.Data.key}}{{end}}" EOH - destination = "local/file.env" + destination = "secrets/file.env" env = true } ```