Skip to content

Commit

Permalink
Merge pull request #371 from mhaskel/force-yes
Browse files Browse the repository at this point in the history
add --force-yes so deb7 doesn't hang
  • Loading branch information
cmurphy committed Oct 7, 2014
2 parents ac15a0e + c5edc86 commit 3a8a5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/apt_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class { 'apt':
end
it 'should still work' do
shell('apt-get update')
shell('apt-get -y upgrade')
shell('apt-get -y --force-yes upgrade')
end
end

Expand Down

0 comments on commit 3a8a5f7

Please sign in to comment.