Skip to content

Commit 9b4c9c5

Browse files
committed
rubocop 0.27 is picky about the Berksfile
TelekomLabs-DCO-1.1-Signed-off-by: Edmund Haselwanter <[email protected]> (github: ehaselwanter)
1 parent cbd8559 commit 9b4c9c5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: Berksfile

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
source "https://supermarket.getchef.com"
1+
# encoding: utf-8
22

3-
metadata
3+
source 'https://supermarket.getchef.com'
44

5-
cookbook "apt"
6-
cookbook "chef-solo-search", :git => "https://github.com/edelight/chef-solo-search"
5+
metadata
76

7+
cookbook 'apt'
8+
cookbook 'chef-solo-search', git: 'https://github.com/edelight/chef-solo-search'

0 commit comments

Comments
 (0)