fix(cli): fix default template file path on Windows (#2024)
This commit is contained in:
@@ -15,5 +15,5 @@ const (
|
||||
defaultSSLCertPath = "C:\\certs\\portainer.crt"
|
||||
defaultSSLKeyPath = "C:\\certs\\portainer.key"
|
||||
defaultSyncInterval = "60s"
|
||||
defaultTemplateFile = "C:\\templates.json"
|
||||
defaultTemplateFile = "/templates.json"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user