fix broken newline

This commit is contained in:
Luis Guzmán 2026-01-05 04:06:33 -06:00
parent 167baf23f3
commit be870e1a9d
1 changed files with 2 additions and 2 deletions

View File

@ -386,8 +386,8 @@ notify_ask_one() {
--content "$content" \
--sound \
--button1 "Answer" \
--button1-action "sh -lc 'printf \"%s\" \"\$REPLY\" > \"$out\"'"
|| return 1
--button1-action "sh -lc 'printf \"%s\" \"\$REPLY\" > \"$out\"'" \
|| return 1
local start now
start="$(date +%s)"