Fixed tabs

This commit is contained in:
Kevin Veen-Birkenbach 2025-05-16 12:00:10 +02:00
parent b5e27a4c89
commit 94a57312dd
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
29 changed files with 58 additions and 58 deletions

View File

@ -30,8 +30,8 @@ def main():
parser.add_argument(
"path",
nargs="?",
default="roles",
help="Base path to search for .yml files (default: ./roles)"
default="./",
help="Base path to search for .yml files (default: ./)"
)
args = parser.parse_args()