diff --git a/.delivery/project.toml b/.delivery/project.toml index 6d5e361..d3d1e9b 100644 --- a/.delivery/project.toml +++ b/.delivery/project.toml @@ -1 +1 @@ -remote_file = "https://raw.githubusercontent.com/chef-cookbooks/community_cookbook_tools/master/delivery/project.toml" +remote_file = 'https://raw.githubusercontent.com/chef-cookbooks/community_cookbook_tools/master/delivery/project.toml' diff --git a/CHANGELOG.md b/CHANGELOG.md index 08a5048..2906bd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This file is used to changes made in each version of the selinux_policy cookbook. +## Unreleased + +- resolved cookstyle error: .delivery/project.toml:1:15 convention: `Style/StringLiterals` + ## 2.4.3 (2020-08-07) - Ship the correct license file since this cookbook was relicensed - [@tas50](https://github.com/tas50)