Skip to content

Commit 10953dc

Browse files
Merge pull request #139 from artem-sidorenko/metadata-fix
Fixing metadata as supermarket API expects a float
2 parents 2e7b68d + 05672e9 commit 10953dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
supports 'centos', '>= 5.0'
2929
supports 'redhat', '>= 5.0'
3030
supports 'oracle', '>= 6.4'
31-
supports 'fedora', '>= 23'
31+
supports 'fedora', '>= 23.0'
3232

3333
recipe 'ssh-hardening::default', 'installs and configures ssh client and server'
3434
recipe 'ssh-hardening::client', 'install and apply security hardening for ssh client'

0 commit comments

Comments
 (0)