summaryrefslogtreecommitdiff
path: root/features/data
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2010-10-01 15:44:30 -0700
committerDaniel DeLeo <dan@opscode.com>2010-10-04 17:16:52 -0700
commitd8a3844eea092b77770c930ed234805ed87eb423 (patch)
treecdef01d317cae4b8b781dc41016b3523ddcd29c9 /features/data
parentfedc5051f89f4339db4edf93d3ffe94b771d3e8b (diff)
downloadchef-d8a3844eea092b77770c930ed234805ed87eb423.tar.gz
fix bugs in dpkg integration test
Diffstat (limited to 'features/data')
-rw-r--r--features/data/cookbooks/packages/recipes/install_dpkg_package.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/features/data/cookbooks/packages/recipes/install_dpkg_package.rb b/features/data/cookbooks/packages/recipes/install_dpkg_package.rb
index a05fcae253..f24b3f9814 100644
--- a/features/data/cookbooks/packages/recipes/install_dpkg_package.rb
+++ b/features/data/cookbooks/packages/recipes/install_dpkg_package.rb
@@ -1,3 +1,4 @@
dpkg_package("chef-integration-test") do
- source("#{File.join(node[:tmpdir], 'chef-integration-test-1.0-1_amd64.deb')}")
-end \ No newline at end of file
+ source("#{File.join(node[:tmpdir], 'chef-integration-test_1.0-1_amd64.deb')}")
+end
+