Skip to content

Commit

Permalink
changing borken default url
Browse files Browse the repository at this point in the history
  • Loading branch information
enxebre authored and Joshua Hoblitt committed May 31, 2014
1 parent d43f99c commit 39ac34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
if $url {
$jar_url = $url
} else {
$jar_url = "https://selenium.googlecode.com/files/${jar_name}"
$jar_url = "http://selenium-release.storage.googleapis.com/${version}/${jar_name}"
}

File {
Expand Down

0 comments on commit 39ac34b

Please sign in to comment.