Merge pull request #197 from luisfdez/bug/quotes
Add quotes to the ruby script location
This commit is contained in:
commit
c62dc5363a
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class concat::setup {
|
|||
$script_mode = $::osfamily ? { 'windows' => undef, default => '0755' }
|
||||
|
||||
$script_command = $::osfamily? {
|
||||
'windows' => "ruby.exe ${script_path}",
|
||||
'windows' => "ruby.exe '${script_path}'",
|
||||
default => $script_path
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue