Correcting typos in chroot_hooks.

This commit is contained in:
Daniel Baumann 2015-06-15 07:10:54 +02:00
parent 06fb96a10c
commit f7d2e5a84b
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ then
# Restoring cache
Restore_cache cache/packages.chroot
for HOOK in config/hooks/normal/*.binary config/hooks/live/*.binary
for HOOK in config/hooks/normal/*.chroot config/hooks/live/*.chroot
do
if [ ! -e "${HOOK}" ]
then