mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-06 08:46:21 +01:00
Updated for message
This commit is contained in:
parent
7903ad6348
commit
fb9bc8b70d
1 changed files with 1 additions and 1 deletions
|
@ -495,7 +495,7 @@ class Argparse(Configs):
|
||||||
packages: list = self.choose_packages(packages, command)
|
packages: list = self.choose_packages(packages, command)
|
||||||
|
|
||||||
if not packages:
|
if not packages:
|
||||||
print('\nEverything is up-to-date.\n')
|
print('\nEverything is up-to-date!\n')
|
||||||
raise SystemExit()
|
raise SystemExit()
|
||||||
|
|
||||||
if self.utils.is_option(self.flag_binaries, self.flags):
|
if self.utils.is_option(self.flag_binaries, self.flags):
|
||||||
|
|
Loading…
Add table
Reference in a new issue