mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Deprecate status.uptime one version later
This commit is contained in:
parent
bd0496eef5
commit
6f3a32dace
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ def custom():
|
|||
return ret
|
||||
|
||||
|
||||
@with_deprecated(globals(), "Boron")
|
||||
@with_deprecated(globals(), "Carbon")
|
||||
def uptime():
|
||||
'''
|
||||
Return the uptime for this system.
|
||||
|
|
Loading…
Add table
Reference in a new issue