Skip to content

Commit 5a15a69

Browse files
authored
chore: fix typo (#621)
1 parent d219856 commit 5a15a69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/90-cleanup.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ elif [ -n "$(command -v apt-get)" ]; then
3939
libgcc-8-dev
4040

4141
source /etc/os-release
42-
if [ "${UBUNTU_VERSION}" != "bionic" ]; then
43-
apt-get -y remove --purge linux-headers-5.11.0-1021-aws
42+
if [ "${UBUNTU_CODENAME}" != "bionic" ]; then
43+
apt-get -y remove --purge linux-headers-5.11.0-1021-aws
4444
fi
4545

4646
apt-get -y update

0 commit comments

Comments
 (0)