Fix "post_hilter_command" typo
This commit is contained in:
2
todo.sh
2
todo.sh
@@ -386,7 +386,7 @@ _list() {
|
|||||||
done
|
done
|
||||||
|
|
||||||
## If post_filter_command is set, append it to the filter_command
|
## If post_filter_command is set, append it to the filter_command
|
||||||
[ -n "$post_hilter_command" ] && {
|
[ -n "$post_filter_command" ] && {
|
||||||
filter_command="${filter_command:-}${filter_command:+ | }${post_filter_command:-}"
|
filter_command="${filter_command:-}${filter_command:+ | }${post_filter_command:-}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user