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

Commit ec97675

Browse files
committed
Merge pull request #8 from boxen/fix-broken-repo-create
join the command into a string before executing
2 parents 908e0ce + 1c3e14a commit ec97675

File tree

1 file changed

+1
-1
lines changed
  • lib/puppet/provider/repository

1 file changed

+1
-1
lines changed

lib/puppet/provider/repository/git.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def create
2424
friendly_extra,
2525
friendly_source,
2626
friendly_path
27-
].flatten.compact
27+
].flatten.compact.join(' ')
2828

2929
execute command, command_opts
3030
end

0 commit comments

Comments
 (0)