mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Removed extra :
This commit is contained in:
parent
86f59b3e80
commit
0cb1bfa0d3
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ def check_status():
|
|||
Check the status of the rubygems source
|
||||
'''
|
||||
ret = salt.utils.http.query('https://rubygems.org', status=True)
|
||||
return ret['status'] == 200:
|
||||
return ret['status'] == 200
|
||||
|
||||
|
||||
@destructiveTest
|
||||
|
|
Loading…
Add table
Reference in a new issue