admin: fix typo

This commit is contained in:
Tristan Ruter-Naon 2019-10-02 16:20:06 +02:00 committed by Pierre-Olivier Mercier
parent 48a941e2c5
commit cb7f3326c4

View File

@ -76,7 +76,7 @@ func main() {
pki.SetCAPassword(v)
} else {
log.Println("WARNING: no password defined for the CA, will use empty password to secure CA private key")
log.Println("WARNING: PLEASE DEFINED ENVIRONMENT VARIABLE: FICCA_PASS")
log.Println("WARNING: PLEASE DEFINE ENVIRONMENT VARIABLE: FICCA_PASS")
}
if v, exists := os.LookupEnv("FICCLOUD_URL"); exists {
cloudDAVBase = v