Skip to content

Commit 82dfe50

Browse files
authored
[sonic-installer] Update group name for 'verify-next-image' subcommand (sonic-net#995)
Root group name was changed from `cli` to `sonic_installer` in sonic-net/sonic-utilities#983. However, `verify-next-image` subcommand was being added in an already-open PR sonic-net/sonic-utilities#979 at the time. It did not get updated before merge. This aligns it with the new group name.
1 parent e3d6ba0 commit 82dfe50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonic_installer/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ def rollback_docker(container_name):
607607
click.echo('Done')
608608

609609
# verify the next image
610-
@cli.command('verify-next-image')
610+
@sonic_installer.command('verify-next-image')
611611
def verify_next_image():
612612
""" Verify the next image for reboot"""
613613
bootloader = get_bootloader()

0 commit comments

Comments
 (0)