fix(cli): fix default template file path on Windows (#2024)

pull/2034/head
Anthony Lapenna 6 years ago committed by GitHub
parent 50020dae89
commit 7acaf4b35a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,5 +15,5 @@ const (
defaultSSLCertPath = "C:\\certs\\portainer.crt" defaultSSLCertPath = "C:\\certs\\portainer.crt"
defaultSSLKeyPath = "C:\\certs\\portainer.key" defaultSSLKeyPath = "C:\\certs\\portainer.key"
defaultSyncInterval = "60s" defaultSyncInterval = "60s"
defaultTemplateFile = "C:\\templates.json" defaultTemplateFile = "/templates.json"
) )

Loading…
Cancel
Save