mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Typo
This commit is contained in:
parent
4953115e9b
commit
47b6f1d726
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ class Loader(object):
|
|||
try:
|
||||
ret = fun()
|
||||
except Exception as exc:
|
||||
log.critical(('Failed to load grains definded in grain file '
|
||||
log.critical(('Failed to load grains defined in grain file '
|
||||
'{0} in function {1}, error: {2}').format(
|
||||
key, fun, exc))
|
||||
continue
|
||||
|
|
Loading…
Add table
Reference in a new issue