Skip to content

Commit 445e5f2

Browse files
committed
apt_backports_spec: fix spelling of the Ubuntu 18.04 codename
1 parent e2d3b2e commit 445e5f2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

spec/classes/apt_backports_spec.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
full: '18.04'
4444
},
4545
distro: {
46-
codename: 'bionac',
46+
codename: 'bionic',
4747
id: 'Ubuntu'
4848
}
4949
}
@@ -53,8 +53,8 @@
5353
it {
5454
expect(subject).to contain_apt__source('backports').with(location: 'http://archive.ubuntu.com/ubuntu',
5555
repos: 'main universe multiverse restricted',
56-
release: 'bionac-backports',
57-
pin: { 'priority' => 200, 'release' => 'bionac-backports' })
56+
release: 'bionic-backports',
57+
pin: { 'priority' => 200, 'release' => 'bionic-backports' })
5858
}
5959
end
6060

@@ -69,7 +69,7 @@
6969
full: '18.04'
7070
},
7171
distro: {
72-
codename: 'bionac',
72+
codename: 'bionic',
7373
id: 'Ubuntu'
7474
}
7575
}
@@ -105,7 +105,7 @@
105105
full: '18.04'
106106
},
107107
distro: {
108-
codename: 'bionac',
108+
codename: 'bionic',
109109
id: 'Ubuntu'
110110
}
111111
}
@@ -234,7 +234,7 @@
234234
full: '18.04'
235235
},
236236
distro: {
237-
codename: 'bionac',
237+
codename: 'bionic',
238238
id: 'Ubuntu'
239239
}
240240
}

0 commit comments

Comments
 (0)