[neon/ubuntu-core] /: Fix typo

Kevin Ottens null at kde.org
Wed Apr 3 13:42:08 BST 2024


Git commit a31370cdaff03c15555bb1c1a21399e4443b1785 by Kevin Ottens.
Committed on 03/04/2024 at 12:42.
Pushed by ervin into branch 'master'.

Fix typo

M  +1    -1    run-image.sh

https://invent.kde.org/neon/ubuntu-core/-/commit/a31370cdaff03c15555bb1c1a21399e4443b1785

diff --git a/run-image.sh b/run-image.sh
index b859767..ec25a8e 100755
--- a/run-image.sh
+++ b/run-image.sh
@@ -6,7 +6,7 @@ find_ovmf_bin() {
     for f in \
         "/usr/share/OVMF/OVMF_CODE.fd" \
         "/usr/share/ovmf/x64/OVMF_CODE.fd" \
-        "/usr/share/qemu/ovmf-x86_64-code.binn" \
+        "/usr/share/qemu/ovmf-x86_64-code.bin" \
     ; do
         if [ -f "$f" ]; then
             echo $f


More information about the Neon-commits mailing list