Skip to content

Commit

Permalink
[sonic-installer] Update group name for 'verify-next-image' subcommand (
Browse files Browse the repository at this point in the history
#995)

Root group name was changed from `cli` to `sonic_installer` in #983. However, `verify-next-image` subcommand was being added in an already-open PR #979 at the time. It did not get updated before merge. This aligns it with the new group name.
  • Loading branch information
jleveque committed Jul 19, 2020
1 parent e3d6ba0 commit 82dfe50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic_installer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ def rollback_docker(container_name):
click.echo('Done')

# verify the next image
@cli.command('verify-next-image')
@sonic_installer.command('verify-next-image')
def verify_next_image():
""" Verify the next image for reboot"""
bootloader = get_bootloader()
Expand Down

0 comments on commit 82dfe50

Please sign in to comment.