mirror of
https://github.com/dockur/windows.git
synced 2026-08-24 15:48:59 +01:00
feat: Centralize platform and image state checks (#2139)
This commit is contained in:
+1
-1
@@ -404,7 +404,7 @@ printVersion() {
|
||||
|
||||
if [ -z "$desc" ]; then
|
||||
desc="Windows"
|
||||
[[ "${PLATFORM,,}" != "x64" ]] && desc+=" for ${PLATFORM}"
|
||||
isPlatform "x64" || desc+=" for ${PLATFORM}"
|
||||
fi
|
||||
|
||||
echo "$desc"
|
||||
|
||||
Reference in New Issue
Block a user