mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated for the message
This commit is contained in:
parent
d68c34c2bf
commit
42e0730d9b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class GPGVerify(Configs):
|
|||
|
||||
def verify(self, asc_files: list) -> None:
|
||||
if self.gpg_verification:
|
||||
verify_message: str = '\rVerify files with GPG ... '
|
||||
verify_message: str = '\rVerify files with GPG... '
|
||||
gpg_command: str = 'gpg --verify'
|
||||
print(verify_message, end='')
|
||||
|
||||
|
|
Loading…
Reference in a new issue