Skip to content

Commit d2c5e7d

Browse files
authored
fix the function name to be Ubuntu 2404, not 2024 (#665)
1 parent e289cfb commit d2c5e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tgrun/pkg/runner/vmi/embed/testhelpers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ function amazon_2023_install_host_packages() {
632632
fi
633633
}
634634

635-
function ubuntu_2024_install_host_packages() {
635+
function ubuntu_2404_install_host_packages() {
636636
local packages=("$@")
637637
if is_ubuntu_2404 ; then
638638
# install required host packages

0 commit comments

Comments
 (0)