Skip to content

Commit

Permalink
Split lines for rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
wstephenson committed Jul 28, 2014
1 parent 5f6b2ea commit 818d102
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions kitchen/vendor/cookbooks/connect/recipes/suse_connect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@
user 'vagrant'
end

execute 'gem2rpm --config gem2rpm.yml -l -o SUSEConnect.spec -t /usr/share/doc/packages/ruby2.1-rubygem-gem2rpm/sles12.spec.erb suse-connect-*.gem' do
command 'gem2rpm --config gem2rpm.yml -l -o SUSEConnect.spec -t /usr/share/doc/packages/ruby2.1-rubygem-gem2rpm/sles12.spec.erb suse-connect-*.gem'
execute 'gem2rpm --config gem2rpm.yml -l -o SUSEConnect.spec \
-t /usr/share/doc/packages/ruby2.1-rubygem-gem2rpm/sles12.spec.erb \
suse-connect-*.gem' do
command 'gem2rpm --config gem2rpm.yml -l -o SUSEConnect.spec \
-t /usr/share/doc/packages/ruby2.1-rubygem-gem2rpm/sles12.spec.erb \
suse-connect-*.gem'
cwd "#{node[:connect][:project]}/package"
user 'vagrant'
end
Expand Down

0 comments on commit 818d102

Please sign in to comment.