From 378ca81181fc0203394ec714048ba4f37d427910 Mon Sep 17 00:00:00 2001 From: Ankur Sinha (Ankur Sinha Gmail) Date: Apr 08 2025 15:02:49 +0000 Subject: fix: quote addrepo args Otherwise `$basearch` gets expanded by the shell --- diff --git a/modules/ROOT/pages/Package_Update_Guide.adoc b/modules/ROOT/pages/Package_Update_Guide.adoc index c0fe667..0872b25 100644 --- a/modules/ROOT/pages/Package_Update_Guide.adoc +++ b/modules/ROOT/pages/Package_Update_Guide.adoc @@ -223,7 +223,7 @@ is your side tag: [subs="attributes+"] ---- -$ fedpkg mockbuild -- --addrepo=https://kojipkgs.fedoraproject.org/repos//latest/$basearch/ +$ fedpkg mockbuild -- --addrepo='https://kojipkgs.fedoraproject.org/repos//latest/$basearch/' ---- [#bodhi_update_for_builds_in_a_side_tag]