mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Correct indentation
This commit is contained in:
parent
d6e28ebed1
commit
9d43221422
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ def zone_compare(timezone):
|
|||
|
||||
if 'FreeBSD' in __grains__['os_family']:
|
||||
if not os.path.isfile(_get_etc_localtime_path()):
|
||||
return timezone == get_zone()
|
||||
return timezone == get_zone()
|
||||
|
||||
tzfile = _get_etc_localtime_path()
|
||||
zonepath = _get_zone_file(timezone)
|
||||
|
|
Loading…
Add table
Reference in a new issue