aboutsummaryrefslogtreecommitdiff
path: root/scripts/sdep-checknow
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-03-01 10:34:06 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2022-03-01 10:34:06 +0100
commitb68c98a74cec75946eb29ae814da9fe6ae732cf8 (patch)
treeaf3b0eeb0137e66797ca634ce863466ba2264a92 /scripts/sdep-checknow
parent23b64e3da1739ffd8f35bb1c88236480a05dd317 (diff)
downloadsdep-b68c98a74cec75946eb29ae814da9fe6ae732cf8.tar.gz
sdep-b68c98a74cec75946eb29ae814da9fe6ae732cf8.zip
Fixed typo in sdep-list; fixed default directory
Diffstat (limited to '')
-rwxr-xr-xscripts/sdep-checknow2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sdep-checknow b/scripts/sdep-checknow
index 404d461..4771957 100755
--- a/scripts/sdep-checknow
+++ b/scripts/sdep-checknow
@@ -14,7 +14,7 @@
14# might have to change if you are not on Linux (on some systems you can 14# might have to change if you are not on Linux (on some systems you can
15# accomplish the same with -j). 15# accomplish the same with -j).
16 16
17sdepdata="${XDG_DATA_HOME:-$HOME/.local}/sdep" 17sdepdata="${XDG_DATA_HOME:-$HOME/.local/share}/sdep"
18 18
19#notify="notify-send -t 3600000" 19#notify="notify-send -t 3600000"
20notify=herbe 20notify=herbe

Generated with cgit - Back to sebastiano.tronto.net