Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #8 from boxen/fix-broken-repo-create
Browse files Browse the repository at this point in the history
join the command into a string before executing
  • Loading branch information
wfarr committed Apr 23, 2013
2 parents 908e0ce + 1c3e14a commit ec97675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/repository/git.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def create
friendly_extra,
friendly_source,
friendly_path
].flatten.compact
].flatten.compact.join(' ')

execute command, command_opts
end
Expand Down

0 comments on commit ec97675

Please sign in to comment.