From 4b13a57b525260315783027e8d4d0b4e4b1c40e6 Mon Sep 17 00:00:00 2001 From: Hua Liu <58683130+liuh-80@users.noreply.github.com> Date: Sun, 7 Apr 2024 14:37:07 +0800 Subject: [PATCH] Update db_migrator.py --- scripts/db_migrator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/db_migrator.py b/scripts/db_migrator.py index d3d027f727..2c507d2baa 100755 --- a/scripts/db_migrator.py +++ b/scripts/db_migrator.py @@ -1276,7 +1276,7 @@ def main(): socket_path = args.socket namespace = args.namespace - # Can't load global config base on the resoult of is_multi_asic(), because on multi-asic device, when db_migrate.py + # Can't load global config base on the result of is_multi_asic(), because on multi-asic device, when db_migrate.py # run on the local database, ASIC instance will have not created the /var/run/redis0/sonic-db/database-config.json if args.namespace is not None: if not SonicDBConfig.isGlobalInit():