Quick correction on default_actions for choosen page
This commit is contained in:
parent
b95abac34b
commit
6c318eaee7
@ -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}"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user