Skip to content

Commit 1a13245

Browse files
committed
Fix nr-config.yaml name
1 parent cb0aa4b commit 1a13245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuts/nuts_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def nuts_init(
152152
help="Location for nornir config file.",
153153
prompt="Nornir config file",
154154
show_default=True,
155-
default="./nr_config.yaml",
155+
default="./nr-config.yaml",
156156
writable=True,
157157
file_okay=True,
158158
dir_okay=False,

0 commit comments

Comments
 (0)