From 674d18d3e05f7fd5ea25d52bbaff039c580f40e6 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Mon, 10 Oct 2022 14:06:37 +0530 Subject: [PATCH] Misc typo fix in docs Added missing greater than sign in the project dir documentation Signed-off-by: Abhijeet Kasurde --- ansible_runner/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible_runner/__main__.py b/ansible_runner/__main__.py index 725e63d83..17c8469c1 100644 --- a/ansible_runner/__main__.py +++ b/ansible_runner/__main__.py @@ -181,7 +181,7 @@ ("--project-dir",), dict( help="optional path for the location of the playbook content directory " - "(default=/project)" ), ), (