Skip to content

Commit 9f126b5

Browse files
committed
Fix typo
1 parent e723f93 commit 9f126b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automatix/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def validate_script(script: dict):
308308

309309
if script.get('imports'):
310310
LOG.warning('Using "imports" is deprecated. '
311-
'Please refactor your script or use the "precommand" feature instead.')
311+
'Please refactor your script or use the "precommands" feature instead.')
312312
warn += 1
313313

314314
for key, value in script.get('vars', {}).items():

0 commit comments

Comments
 (0)