From 6c318eaee707cddc9d6660522bf86a6c5e86cdb5 Mon Sep 17 00:00:00 2001 From: echarp Date: Wed, 11 Jan 2023 22:28:29 +0100 Subject: [PATCH] Quick correction on default_actions for choosen page --- bin/_commands/choice.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" }