Skip to content

Commit

Permalink
Fix typo in setup-image.sh (#1024)
Browse files Browse the repository at this point in the history
Fix typo that causes the script to fail
  • Loading branch information
eaudetcobello authored Jan 31, 2025
1 parent 5bca343 commit c24d820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/lxd/setup-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c24d820

Please sign in to comment.