fix(lomiri-session): correct the filename in anda.hcl (#351)

Signed-off-by: cat-master21 <96554164+cat-master21@users.noreply.github.com>
This commit is contained in:
cat-master21
2023-04-06 09:04:31 -07:00
committed by GitHub
parent d5c6c171bf
commit 7f6fddb01d
+1 -1
View File
@@ -1,5 +1,5 @@
project "pkg" {
rpm {
spec = "lomiri-desktop-session.spec"
spec = "lomiri-session.spec"
}
}