Skip to content

Commit

Permalink
fix: remove typo in arguments for notify-send
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Sep 5, 2023
1 parent 9847bf3 commit 41e3ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ublue_update/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def notify(title: str, body: str, actions: list = [], urgency: str = "normal"):
body,
"--app-name=Universal Blue Updater",
"--icon=software-update-available-symbolic",
f"--urgency=${urgency}",
f"--urgency={urgency}",
]
if actions != []:
for action in actions:
Expand Down

0 comments on commit 41e3ed9

Please sign in to comment.