From 7f6fddb01dc8cf4e9604dd1760e8361a894d765c Mon Sep 17 00:00:00 2001 From: cat-master21 <96554164+cat-master21@users.noreply.github.com> Date: Thu, 6 Apr 2023 09:04:31 -0700 Subject: [PATCH] fix(lomiri-session): correct the filename in anda.hcl (#351) Signed-off-by: cat-master21 <96554164+cat-master21@users.noreply.github.com> --- anda/others/lomiri-session/anda.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/others/lomiri-session/anda.hcl b/anda/others/lomiri-session/anda.hcl index 7f84a8142d..d82c3e755f 100644 --- a/anda/others/lomiri-session/anda.hcl +++ b/anda/others/lomiri-session/anda.hcl @@ -1,5 +1,5 @@ project "pkg" { rpm { - spec = "lomiri-desktop-session.spec" + spec = "lomiri-session.spec" } }