mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-27 09:58:10 +01:00
Updated for message
This commit is contained in:
parent
4b7b672380
commit
297552cf91
1 changed files with 2 additions and 2 deletions
|
@ -88,5 +88,5 @@ class Check(Configs):
|
|||
|
||||
if not self.session.query(self.repo_table).first() or not db.is_file() or count == 0:
|
||||
self.errors.raise_error_message("You need to update the package lists first, run:\n\n"
|
||||
" $ 'slpkg update'\n"
|
||||
" $ 'slpkg update --bin-repo='*' for binaries", exit_status=1)
|
||||
" $ slpkg update\n"
|
||||
" $ slpkg update --bin-repo='*' for binaries", exit_status=1)
|
||||
|
|
Loading…
Reference in a new issue