From 61c1ec3ee53d726a2b26f11990f689d3f58d8abc Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 24 Jun 2022 13:34:46 -0400 Subject: [PATCH] Use proper quotes Signed-off-by: Stephen Gallagher --- shared/gather.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/gather.conf b/shared/gather.conf index 58b1973..7435bef 100644 --- a/shared/gather.conf +++ b/shared/gather.conf @@ -1,7 +1,7 @@ gather_backend = "dnf" check_deps = False -gather_method = deps +gather_method = "deps" hashed_directories = False gather_allow_reuse = True