From 028872b3516b210e287a40ce768cce9c093265b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Tue, 6 Feb 2024 15:56:32 +0100 Subject: [PATCH] Fix up layer name for ubuntu-core-desktop hooks. --- .../ubuntu-core-desktop/hooks/020-ubuntu-live.chroot_early | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/ubuntu-core-desktop/hooks/020-ubuntu-live.chroot_early b/live-build/ubuntu-core-desktop/hooks/020-ubuntu-live.chroot_early index 8d100940..0e388aff 100755 --- a/live-build/ubuntu-core-desktop/hooks/020-ubuntu-live.chroot_early +++ b/live-build/ubuntu-core-desktop/hooks/020-ubuntu-live.chroot_early @@ -3,7 +3,7 @@ set -eu case ${PASS:-} in - live) + minimal.live) ;; *) exit 0