diff options
| author | foswret <foswret@posteo.com> | 2026-04-05 17:04:26 -0500 |
|---|---|---|
| committer | foswret <foswret@posteo.com> | 2026-04-05 17:04:26 -0500 |
| commit | c905502cd5669032d0ffc4296a2e7d24ecbbc0e1 (patch) | |
| tree | 26d94d7cee488b18a3b2cfaaca368f0bfc8dc531 | |
| parent | 9c2f34bc88e5418a7b1e08400cfa1cf75b552fe9 (diff) | |
another trivial change to README.mdmain
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |
