Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
deleted leftover value in run_cmds.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chambridge committed Jul 28, 2017
1 parent 8c8c7fb commit 844e218
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions library/run_cmds.py
Expand Up @@ -54,8 +54,7 @@
DEFAULT_CMD_DICT = {"SysId": file_commands.SystemIdRhoCmd,
"EtcRelease": etc_release_command.EtcReleaseRhoCmd,
"RedhatPackages":
redhat_packages_command.RedhatPackagesRhoCmd,
"VirtWhat": virt_what_command.VirtWhatRhoCmd}
redhat_packages_command.RedhatPackagesRhoCmd}


class RunCommands(object):
Expand Down

0 comments on commit 844e218

Please sign in to comment.