Skip to content

Commit

Permalink
fix: corrected ansible-config params
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxd committed Sep 8, 2023
1 parent 1131c17 commit 9c4f71e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible_workspace/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def tmuxp(
),
ansible_config: Path = typer.Option(
Path.cwd().joinpath("ansible.cfg"),
"ansible-config",
"--ansible-config",
"-c",
help="Path to ansible.cfg file",
),
Expand Down Expand Up @@ -116,7 +116,7 @@ def vscode(
),
ansible_config: Path = typer.Option(
Path.cwd().joinpath("ansible.cfg"),
"ansible-config",
"--ansible-config",
"-c",
help="Path to ansible.cfg file",
),
Expand Down

0 comments on commit 9c4f71e

Please sign in to comment.