mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 02:24:16 +02:00
refresh app action: not returning an error when there is no update available
This commit is contained in:
@@ -37,6 +37,7 @@ def downgrade_and_stream(app_name: str, root_password: str) -> SimpleProcess:
|
||||
def refresh_and_stream(app_name: str, root_password: str) -> SimpleProcess:
|
||||
return SimpleProcess(cmd=[BASE_CMD, 'refresh', app_name],
|
||||
root_password=root_password,
|
||||
error_phrases={'no updates available'},
|
||||
shell=True)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user