Fix example template entrypoint calling

This commit is contained in:
Marty Oehme 2020-01-31 12:40:32 +01:00
parent 0f3b9667b6
commit e93ee48632
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ if printf '%s\n' "${dependency[@]}" | grep -q -P "^$package$"; then
# shellcheck source=utilities.sh
. "$DIR/utilities.sh"
theme_qutebrowser
main
else
dbg_msg $app "error" "Processor does not work for package $package"
fi