From 9934af87240aacf65de1fb3f3e63ceddb27e6626 Mon Sep 17 00:00:00 2001 From: purple Date: Fri, 15 Dec 2023 19:43:57 +0100 Subject: [PATCH] feat(core): update a comment --- blueprint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprint.sh b/blueprint.sh index 02ed48e..3ef9ecd 100644 --- a/blueprint.sh +++ b/blueprint.sh @@ -23,7 +23,7 @@ if [[ $_FOLDER != "" ]]; then fi fi -# Check for panels that are using Docker. +# Check for panels that are using Docker, which should have better support in the future. if [[ -f "/.dockerenv" ]]; then DOCKER="y" else