Skip to content

Commit

Permalink
Remove extra parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinHebert committed Jun 2, 2016
1 parent 9b7966c commit 3a28fa2
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 @@ -38,7 +38,7 @@
elsif $::operatingsystemrelease =~ /^14\.10$/ {
validate_re($repo_url_suffix, '^0\.1[02]$', $suffix_error_msg)
}
elsif $::operatingsystemrelease =~ /^15\.04)$/ {
elsif $::operatingsystemrelease =~ /^15\.04$/ {
validate_re($repo_url_suffix, '^(0\.1[02]|[45]\.x)x$', $suffix_error_msg)
}
elsif $::operatingsystemrelease =~ /^15\.10$/ {
Expand Down

0 comments on commit 3a28fa2

Please sign in to comment.