From 0a9d3d3c54c316c17d3558443f44b5be7e2968f7 Mon Sep 17 00:00:00 2001 From: Batuhan Taskaya Date: Tue, 8 Feb 2022 12:28:45 +0300 Subject: [PATCH] Fix the packit syntax --- .packit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.packit.yaml b/.packit.yaml index 32eae1f0..b002afa6 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -2,7 +2,7 @@ # https://packit.dev/docs/configuration/ specfile_path: httpie.spec actions: - get the current Fedora Rawhide specfile: + # get the current Fedora Rawhide specfile: post-upstream-clone: "wget https://src.fedoraproject.org/rpms/httpie/raw/rawhide/f/httpie.spec -O httpie.spec" # Use this when the latest spec is not up-to-date. # post-upstream-clone: "cp docs/packaging/linux-fedora/httpie.spec.txt httpie.spec"