mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Typo
This commit is contained in:
parent
13eb463bd9
commit
3c93134e57
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ def show_link(name):
|
|||
|
||||
try:
|
||||
with salt.utils.fopen(path, 'rb') as r_file:
|
||||
return r_file.readlines()[1],rstrip('\n')
|
||||
return r_file.readlines()[1].rstrip('\n')
|
||||
except OSError:
|
||||
log.error(
|
||||
'alternatives: {0} does not exist'.format(name)
|
||||
|
|
Loading…
Add table
Reference in a new issue