Unverified Commit 8e42ac87 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Missing colon in default-value assignment (#1034)

parent 79bffcc4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ set -Eeuo pipefail

# Docker environment variables

: "${HV="Y"}"
: "${HV:="Y"}"
: "${VMX:="N"}"
: "${CPU_FLAGS:=""}"
: "${CPU_MODEL:=""}"