Unverified Commit 0392436b authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Apply suggested fix to src/disk.sh from Copilot Autofix

parent 20c5ea83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -401,7 +401,7 @@ createDevice () {
      ;;
    "nvme" )
      result+=",if=none \
      -device nvme,drive=${DISK_ID}${index},serial=deadbeaf${DISK_INDEX}${DISK_SERIAL}${DISK_SECTORS}"
      -device nvme,drive=${DISK_ID}${index},serial=deadbeef${DISK_INDEX}${DISK_SERIAL}${DISK_SECTORS}"
      echo "$result"
      ;;
    "ide" | "sata" )