mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-02-01 02:03:18 -05:00
Tweak upgrade broadcast text.
This commit is contained in:
@@ -189,9 +189,14 @@ rm.get("/app/alive/:version") { req ->
|
||||
addPlainTextHeader req
|
||||
def broadcast = '''
|
||||
|
||||
*************************************
|
||||
Please upgrade with: gvm selfupdate
|
||||
*************************************
|
||||
|
||||
*************************************
|
||||
Please upgrade right now using:
|
||||
|
||||
$ gvm selfupdate
|
||||
|
||||
*************************************
|
||||
|
||||
|
||||
'''
|
||||
req.response.end broadcast
|
||||
|
||||
Reference in New Issue
Block a user