aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}