aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoswret <foswret@posteo.com>2026-04-05 17:04:26 -0500
committerfoswret <foswret@posteo.com>2026-04-05 17:04:26 -0500
commitc905502cd5669032d0ffc4296a2e7d24ecbbc0e1 (patch)
tree26d94d7cee488b18a3b2cfaaca368f0bfc8dc531
parent9c2f34bc88e5418a7b1e08400cfa1cf75b552fe9 (diff)
another trivial change to README.mdmain
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4bba7da..24d3830 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ bookmark_file=bookmarks
launch=$(exec jumper.sh "$bookmark_dir/$bookmark_file" | fzf)
num=$(echo "$launch" | cut -d " " -f 1 | grep -o -E "[0-9]+")
if [ "$num" ]; then
- jumper.sh "$bookmark_file" "$num"
+jumper.sh "$bookmark_dir/$bookmark_file" "$num"
fi
```