Skip to content

Commit 41e3ed9

Browse files
committed
fix: remove typo in arguments for notify-send
1 parent 9847bf3 commit 41e3ed9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ublue_update/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def notify(title: str, body: str, actions: list = [], urgency: str = "normal"):
1818
body,
1919
"--app-name=Universal Blue Updater",
2020
"--icon=software-update-available-symbolic",
21-
f"--urgency=${urgency}",
21+
f"--urgency={urgency}",
2222
]
2323
if actions != []:
2424
for action in actions:

0 commit comments

Comments
 (0)