Fix example template entrypoint calling
This commit is contained in:
parent
0f3b9667b6
commit
e93ee48632
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ if printf '%s\n' "${dependency[@]}" | grep -q -P "^$package$"; then
|
||||||
# shellcheck source=utilities.sh
|
# shellcheck source=utilities.sh
|
||||||
. "$DIR/utilities.sh"
|
. "$DIR/utilities.sh"
|
||||||
|
|
||||||
theme_qutebrowser
|
main
|
||||||
else
|
else
|
||||||
dbg_msg $app "error" "Processor does not work for package $package"
|
dbg_msg $app "error" "Processor does not work for package $package"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue