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:
2
main.go
2
main.go
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user