Quick correction on default_actions for choosen page

This commit is contained in:
echarp 2023-01-11 22:28:29 +01:00
parent b95abac34b
commit 6c318eaee7
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ choose() {
# Generate a result file
echo "$target" > "$dir/$page.result"
./_commands/default_actions.sh "$dir" "${target##*/}"
./_commands/default_actions.sh "$dir" "${target##*/}.md"
./_commands/count.sh "$dir" "${target##*/}" "${page}"
}