Skip to content

Commit

Permalink
Improve find argument ordering in daily plugin.
Browse files Browse the repository at this point in the history
refs gh-300
  • Loading branch information
xwmx committed Jan 31, 2024
1 parent 2a4584d commit 426d693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/daily.nb-plugin
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ _daily() {

_daily_note_paths=($(
find "${_notebook_path:-}" \
-type f \
-maxdepth 1 \
-type f \
-name "[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9].md" \
| sort
))
Expand Down

0 comments on commit 426d693

Please sign in to comment.