mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Fix typo
This commit is contained in:
parent
c6caee2b60
commit
bb415d9099
1 changed files with 1 additions and 1 deletions
|
@ -1651,7 +1651,7 @@ def install(name=None, refresh=False, pkgs=None, **kwargs):
|
|||
try:
|
||||
cached_file = __salt__["cp.cache_file"](cache_file, saltenv)
|
||||
except MinionError as exc:
|
||||
msg = "Failed to cache {0}".foromat(cache_file)
|
||||
msg = "Failed to cache {0}".format(cache_file)
|
||||
log.exception(msg, exc_info=exc)
|
||||
return "{0}\n{1}".format(msg, exc)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue