From 81a6c76bed7c19f8d1d885f7616bdb4966c1c30c Mon Sep 17 00:00:00 2001 From: Robert Henry Date: Tue, 26 Sep 2023 09:06:17 -0700 Subject: [PATCH] fix typo in help message in serve.go (#14037) --- cmd/fleet/serve.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/fleet/serve.go b/cmd/fleet/serve.go index 37222f9cfa..e9acdc380a 100644 --- a/cmd/fleet/serve.go +++ b/cmd/fleet/serve.go @@ -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])