Skip to content

Commit

Permalink
Update more files
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Aug 21, 2024
1 parent 262c46a commit 2a50721
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/ign-docker-env.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def normalize_args(args):
def main():
try:
ignition_version, linux_distro, docker_args, vol_args = normalize_args(
docopt(__doc__, version='gzdev-docker-env 0.1.0'))
docopt(str(__doc__), version='gzdev-docker-env 0.1.0'))
rocker_cmd = build_rocker_command(ignition_version, linux_distro, docker_args, vol_args)
_check_call(rocker_cmd)
except KeyError:
Expand Down
2 changes: 1 addition & 1 deletion plugins/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def remove_all_installed():

def main():
try:
args = normalize_args(docopt(__doc__,
args = normalize_args(docopt(str(__doc__),
version='gzdev-repository 0.2.0'))
config = load_config_file()
validate_input(args)
Expand Down

0 comments on commit 2a50721

Please sign in to comment.