mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-20 10:26:44 +01:00
Updated message
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
e44eadb32e
commit
54aed699d0
1 changed files with 1 additions and 1 deletions
|
@ -86,6 +86,6 @@ def it_self_update():
|
|||
subprocess.call("chmod +x {0}".format("install.sh"), shell=True)
|
||||
subprocess.call("sh install.sh", shell=True)
|
||||
else:
|
||||
print("\n{0}: There is no new version, already used the last !"
|
||||
print("\n{0}: There is no new version, already used the last!"
|
||||
"\n".format(_meta_.__all__))
|
||||
raise SystemExit()
|
||||
|
|
Loading…
Reference in a new issue