From b29b785a0adb6c48f7fda05030cd4a61da5aad2f Mon Sep 17 00:00:00 2001 From: Cappy Ishihara Date: Sun, 23 Oct 2022 14:50:07 +0700 Subject: [PATCH] fix spec --- anda/tau-helium/anda.hcl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anda/tau-helium/anda.hcl b/anda/tau-helium/anda.hcl index 597a038a5d..3bdbbbbc35 100644 --- a/anda/tau-helium/anda.hcl +++ b/anda/tau-helium/anda.hcl @@ -1,3 +1,5 @@ project "pkg" { - spec = "tau-helium.spec" + rpm { + spec = "tau-helium.spec" + } } \ No newline at end of file