Skip to content

Commit

Permalink
chore: match arg order
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon committed Jul 10, 2024
1 parent 08b42e5 commit d82da87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openstack_cloud/openstack_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -649,8 +649,8 @@ def _create_runner(args: _CreateRunnerArgs) -> None:
instance_config=instance_config,
runner_env=env_contents,
pre_job_contents=pre_job_contents,
proxies=args.config.charm_state.proxy_config,
dockerhub_mirror=args.config.dockerhub_mirror,
proxies=args.config.charm_state.proxy_config,
)
cloud_userdata_str = _generate_cloud_init_userdata(
templates_env=environment,
Expand Down

0 comments on commit d82da87

Please sign in to comment.