Skip to content

Commit

Permalink
Merge pull request #88 from hunner/fix_mkdir
Browse files Browse the repository at this point in the history
Fix the mkdir for moduledir
  • Loading branch information
hunner committed May 30, 2014
2 parents a7e30da + d23e468 commit dff6f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
install_puppet
end
hosts.each do |host|
on hosts, "mkdir -p #{host['distmoduledir']}"
on host, "mkdir -p #{host['distmoduledir']}"
end
end

Expand Down

0 comments on commit dff6f01

Please sign in to comment.