Skip to content

Commit

Permalink
fix(update-check): remove --no-cache flag from winget upgrade command
Browse files Browse the repository at this point in the history
  • Loading branch information
amnweb committed Oct 29, 2024
1 parent e88a1e6 commit 5351ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/widgets/yasb/update_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def get_windows_update(self):
def get_winget_update(self):
try:
result = subprocess.run(
['winget', 'upgrade','--no-cache'],
['winget', 'upgrade'],
capture_output=True,
text=True,
check=True,
Expand Down

0 comments on commit 5351ac0

Please sign in to comment.