mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Switch tabs to spaces.
This commit is contained in:
parent
3431ffb784
commit
c3abd0a775
@ -13,8 +13,8 @@ def __catalina_home():
|
||||
locations = ['/usr/share/tomcat*', '/opt/tomcat']
|
||||
for location in locations:
|
||||
catalina_home = glob.glob(location)
|
||||
if catalina_home:
|
||||
return catalina_home[-1]
|
||||
if catalina_home:
|
||||
return catalina_home[-1]
|
||||
|
||||
|
||||
def version():
|
||||
|
Loading…
Reference in New Issue
Block a user