Skip to content

Commit

Permalink
wget quote handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Jagielski committed Jul 12, 2013
1 parent ef3a996 commit 019492f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/fetch.pp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}

exec { "wget-${name}":
command => "wget ${verbose_option}${nocheckcert_option} --output-document=${destination} ${source}",
command => "wget ${verbose_option}${nocheckcert_option} --output-document=${destination} \"${source}\"",
timeout => $timeout,
unless => $unless_test,
environment => $environment,
Expand Down

0 comments on commit 019492f

Please sign in to comment.