Skip to content

Commit

Permalink
fix: can't use vm_create_cmd with no tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rbihore committed Oct 4, 2023
1 parent 1209e30 commit fc02996
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions orka.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ def vm_deploy(args, session):
print(json.dumps(resp.json(), indent=4))

def vm_create(args, session):
args.tag = "create"
args.tag_required = False
vm_create_config(args, session)
vm_deploy(args, session)

Expand Down

0 comments on commit fc02996

Please sign in to comment.