We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e723f93 commit 9f126b5Copy full SHA for 9f126b5
automatix/config.py
@@ -308,7 +308,7 @@ def validate_script(script: dict):
308
309
if script.get('imports'):
310
LOG.warning('Using "imports" is deprecated. '
311
- 'Please refactor your script or use the "precommand" feature instead.')
+ 'Please refactor your script or use the "precommands" feature instead.')
312
warn += 1
313
314
for key, value in script.get('vars', {}).items():
0 commit comments