Skip to content

Commit

Permalink
run
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed May 30, 2024
1 parent 81f200f commit dcb76da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inspector/inspector.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def start(ctx, exclude, start_only):
# get default instance opts for the vendor and add ours
instance_opts = default(getattr(sc_runner.resources, vendor).DEFAULTS, "instance_opts")
instance_opts |= dict(user_data_base64=b64_user_data, key_name="spare-cores")
# runner.create(vendor, {}, RESOURCE_OPTS.get(vendor) | dict(instance=server, instance_opts=instance_opts))
runner.create(vendor, {}, RESOURCE_OPTS.get(vendor) | dict(instance=server, instance_opts=instance_opts))


@cli.command()
Expand Down

0 comments on commit dcb76da

Please sign in to comment.