logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 6e3754ce6a125c7525d770962c08392b5f8fcf7b
parent 2adb6cb1495abadb74533de3dac7f3f7a3aa5ddc
Author: Matthew Draper <reshi@reshlet.com>
Date:   Wed,  1 Jan 2025 11:47:25 -0800

fix typos in ubuntu_bwrap_fix.sh

Diffstat:

M.github/workflows/ubuntu_bwrap_fix.sh4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ubuntu_bwrap_fix.sh b/.github/workflows/ubuntu_bwrap_fix.sh @@ -5,8 +5,8 @@ # see https://etbe.coker.com.au/2024/04/24/ubuntu-24-04-bubblewrap/ # But, in some cases, it seems that 'ubuntu-latest' does not always -# 'resolve' to 20.04, so we do some hand waves to check for -# os version >= 20.04 (otherwise the build can die when +# 'resolve' to 24.04, so we do some hand waves to check for +# os version >= 24.04 (otherwise the build can die when # trying to apply bwrap.apparmor) # Figure out current ubuntu version