diff --git a/bin/_commands/choice.sh b/bin/_commands/choice.sh index 6e1f120..caf42a2 100755 --- a/bin/_commands/choice.sh +++ b/bin/_commands/choice.sh @@ -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}" }