Skip to content
Snippets Groups Projects
Commit 1feaceb5 authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

fix syntax error

parent 214d3213
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ define su_debuild::chroot(
# If this is an Ubuntu distribution, link the distribution name to
# "gutsy".
if ($distribution_real =~ /quantal|raring|trusty|xenial|bionic/) {
if ($distribution_real =~ /quantal|raring|trusty|xenial|bionic|focal/) {
file { "/usr/share/debootstrap/scripts/${distribution_real}":
ensure => 'link',
target => '/usr/share/debootstrap/scripts/gutsy',
......
......@@ -178,7 +178,7 @@ class su_debuild (
$sudo_cowbuild_text = 'All users'
}
default: {
crit("unknown cowbuild_group '${cowbuild_group}'"
crit("unknown cowbuild_group '${cowbuild_group}'")
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment