summaryrefslogtreecommitdiff
path: root/spec/spec_helper_acceptance.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/spec_helper_acceptance.rb')
-rw-r--r--spec/spec_helper_acceptance.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb
index 1294710..c371f1f 100644
--- a/spec/spec_helper_acceptance.rb
+++ b/spec/spec_helper_acceptance.rb
@@ -7,7 +7,7 @@ unless ENV['RS_PROVISION'] == 'no'
install_pe
else
install_puppet
- on hosts, "mkdir -p #{host['distmoduledir']}"
+ on hosts, "mkdir -p #{hosts.first['distmoduledir']}"
end
end
end