1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 13:23:07 +01:00

chore: fixes typo

This commit is contained in:
Amir Raminfar
2024-01-01 15:20:51 -08:00
parent ef5954d7cf
commit 78eceb2237

View File

@@ -274,7 +274,7 @@ func parseArgs() args {
}
if args.Username != "" || args.Password != "" {
log.Fatal("Using --username and --password is removed v6.x. See https://github.com/amir20/dozzle/issues/2630 for details.")
log.Fatal("Using --username and --password is removed on v6.x. See https://github.com/amir20/dozzle/issues/2630 for details.")
}
return args
}