Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.

Commit

Permalink
Fix a rubocop error
Browse files Browse the repository at this point in the history
Sam Kottler committed May 25, 2014
1 parent ee16338 commit 4053b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chef/site-cookbooks/rubygems/recipes/packagecloud.rb
Original file line number Diff line number Diff line change
@@ -3,4 +3,4 @@
execute "add extras repo for the rubygems account on packagecloud" do
command "curl https://packagecloud.io/install/repositories/rubygems/extras/script.deb | sudo bash"
not_if { ::File.exist?("/etc/apt/sources.list.d/rubygems_extras.list") }
end
end

0 comments on commit 4053b89

Please sign in to comment.