From: Maximilian Friedersdorff Date: Fri, 14 Jun 2019 10:06:41 +0000 (+0100) Subject: Correct typo: $ -> % X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=7f4edbcf659e1b77a43578752156097a49952637;p=max%2Fsaltfiles.git Correct typo: $ -> % --- diff --git a/states/portage/files/make.conf b/states/portage/files/make.conf index 270ffc8..4b0187d 100644 --- a/states/portage/files/make.conf +++ b/states/portage/files/make.conf @@ -1,6 +1,6 @@ {% if grains['host'] in useflags %} {% set use = useflags[grains['host']] %} -{% else $} +{% else %} {% set use = "" %} {% endif %} # These settings were set by the catalyst build script that automatically