From c24d8205afb99e8056d8dfd35ca7afa8ad59eeda Mon Sep 17 00:00:00 2001 From: eaudetcobello Date: Fri, 31 Jan 2025 05:36:04 -0500 Subject: [PATCH] Fix typo in setup-image.sh (#1024) Fix typo that causes the script to fail --- tests/integration/lxd/setup-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/lxd/setup-image.sh b/tests/integration/lxd/setup-image.sh index c5427fc5e..31eb91039 100755 --- a/tests/integration/lxd/setup-image.sh +++ b/tests/integration/lxd/setup-image.sh @@ -70,7 +70,7 @@ case "${BASE_DISTRO}" in lxc shell tmp-builder -- bash -c 'snap wait core seed.loaded' lxc shell tmp-builder -- bash -c 'snap install '"${BASE_SNAP}" # NOTE(aznashwan): 'nf_conntrack' required by kube-proxy: - lxc shell tmp-builder -- bash -c 'apt update && apt install -y "linux-modules-$(uname -r)"}' + lxc shell tmp-builder -- bash -c 'apt update && apt install -y "linux-modules-$(uname -r)"' ;; almalinux) # install snapd and ensure /snap/bin is in the environment