From 59dacbc3b906eac061fc890d4ba7d83782ddb286 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Tue, 25 Jan 2022 13:36:48 -0500 Subject: [PATCH] Fix macro invocation in comment --- butane.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/butane.spec b/butane.spec index 6aef1d0..21e4492 100644 --- a/butane.spec +++ b/butane.spec @@ -2,7 +2,7 @@ %if 0%{?fedora} %bcond_without check %else -# %gocheck isn't currently provided on CentOS/RHEL +# %%gocheck isn't currently provided on CentOS/RHEL # https://bugzilla.redhat.com/show_bug.cgi?id=1982298 %bcond_with check %endif