mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #35196 from isbm/isbm-too-fast-uptime-deprecation
Deprecate status.uptime one version later
This commit is contained in:
commit
21808e27d5
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