mirror of https://github.com/portainer/portainer
fix(cli): fix default template file path on Windows (#2024)
parent
50020dae89
commit
7acaf4b35a
|
@ -15,5 +15,5 @@ const (
|
|||
defaultSSLCertPath = "C:\\certs\\portainer.crt"
|
||||
defaultSSLKeyPath = "C:\\certs\\portainer.key"
|
||||
defaultSyncInterval = "60s"
|
||||
defaultTemplateFile = "C:\\templates.json"
|
||||
defaultTemplateFile = "/templates.json"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue