mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-16 23:36:04 +02:00
Fixed tabs
This commit is contained in:
@@ -30,8 +30,8 @@ def main():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"path",
|
"path",
|
||||||
nargs="?",
|
nargs="?",
|
||||||
default="roles",
|
default="./",
|
||||||
help="Base path to search for .yml files (default: ./roles)"
|
help="Base path to search for .yml files (default: ./)"
|
||||||
)
|
)
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user