aboutsummaryrefslogtreecommitdiff
path: root/dbook
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-07-05 12:04:17 +0530
committersinanmohd <sinan@firemail.cc>2023-07-05 12:04:17 +0530
commitf34ee908f5c8a340b37b7f3cff1532aab8c196bc (patch)
treebee03f8ed418484e01b32e6a6457a3890efeb63e /dbook
parent4b9029ef427db8379495a10de65bec8b5ac406f4 (diff)
dbook: proper spacing in notify-send
Diffstat (limited to 'dbook')
-rwxr-xr-xdbook4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbook b/dbook
index 2557a9a..0ca19e0 100755
--- a/dbook
+++ b/dbook
@@ -9,7 +9,7 @@ note()
: "${1:?}"
command -v notify-send > /dev/null &&
- notify-send " dbook" "$1"
+ notify-send " dbook" "$1"
}
die()
@@ -141,7 +141,7 @@ rm_data()
entry()
{
- printf "" | "$menu" -p " ${1:?} " ||
+ printf "" | "$menu" -p " ${1:?} " ||
die "input empty"
}