fix typo in help message in serve.go (#14037)

This commit is contained in:
Robert Henry 2023-09-26 09:06:17 -07:00 committed by GitHub
parent 3faececf42
commit 81a6c76bed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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])