We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9847bf3 commit 41e3ed9Copy full SHA for 41e3ed9
src/ublue_update/cli.py
@@ -18,7 +18,7 @@ def notify(title: str, body: str, actions: list = [], urgency: str = "normal"):
18
body,
19
"--app-name=Universal Blue Updater",
20
"--icon=software-update-available-symbolic",
21
- f"--urgency=${urgency}",
+ f"--urgency={urgency}",
22
]
23
if actions != []:
24
for action in actions:
0 commit comments