From 58a22969102910ff11b37c3e51afb100b2fb16d0 Mon Sep 17 00:00:00 2001 From: Vaidas Balys Date: Mon, 5 Sep 2022 16:33:12 +0300 Subject: [PATCH] Fix supports syntax in metadata.rb --- metadata.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/metadata.rb b/metadata.rb index 523729a..fa025ba 100644 --- a/metadata.rb +++ b/metadata.rb @@ -13,6 +13,6 @@ source_url 'https://github.com/vinted/chef-proxysql' issues_url 'https://github.com/vinted/chef-proxysql/issues' -supports centos -supports redhat -supports rocky +supports 'centos' +supports 'redhat' +supports 'rocky'