mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
fix(cli): fix default template file path on Windows (#2024)
This commit is contained in:
parent
50020dae89
commit
7acaf4b35a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue