Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
esalberg committed Sep 14, 2018
1 parent 6e7f9ae commit 63dff29
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 @@ -27,7 +27,7 @@
$groovy_dir = "${target}/groovy-${version}"

case $version {
'/^1/','/^2.[0-3]/','/^2.4.[0-3]{1}$/': {
/^1\./,/^2\.[0-3]{1}\./,/^2\.4\.[0-3]{1}$/: {
$filename = "groovy-binary-${version}.zip"
}
default: {
Expand Down

0 comments on commit 63dff29

Please sign in to comment.