mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
fix typo in help message in serve.go (#14037)
This commit is contained in:
parent
3faececf42
commit
81a6c76bed
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ the way that the Fleet server works.
|
|||
"#\n"+
|
||||
"# To run the server without performing migrations:\n"+
|
||||
"# - Set environment variable FLEET_UPGRADES_ALLOW_MISSING_MIGRATIONS=1, or,\n"+
|
||||
"# - Set config updates.allow_mising_migrations to true, or,\n"+
|
||||
"# - Set config updates.allow_missing_migrations to true, or,\n"+
|
||||
"# - Use command line argument --upgrades_allow_missing_migrations=true\n"+
|
||||
"################################################################################\n",
|
||||
migrationStatus.MissingTable, migrationStatus.MissingData, os.Args[0])
|
||||
|
|
|
|||
Loading…
Reference in a new issue