From 2ffd1c51a44e8b60f71e7499af5f41d372c4f1ec Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Fri, 16 Dec 2022 00:47:36 -0800 Subject: [PATCH] ci: fmt --- ci/release/template/scripts/lib.sh | 2 +- ci/sub | 2 +- docs/INSTALL.md | 1 + install.sh | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ci/release/template/scripts/lib.sh b/ci/release/template/scripts/lib.sh index 62ade2f89..699795908 100644 --- a/ci/release/template/scripts/lib.sh +++ b/ci/release/template/scripts/lib.sh @@ -273,7 +273,7 @@ header() { bigheader() { set -- "$(echo "$*" | sed "s/^/ * /")" - FGCOLOR=${FGCOLOR:-3} logp "/**************************************************************** + FGCOLOR=${FGCOLOR:-6} logp "/**************************************************************** $* ****************************************************************/" } diff --git a/ci/sub b/ci/sub index 93bb2df10..8a9efaf95 160000 --- a/ci/sub +++ b/ci/sub @@ -1 +1 @@ -Subproject commit 93bb2df10f248a30142a651ec57ca64eb0e82e84 +Subproject commit 8a9efaf950ea04010c7822080ada546225a130d0 diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 1ed858250..22b01fb19 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -16,6 +16,7 @@ You may install `d2` through any of the following methods. - Windows - MSYS2 - WSL +- Docker - Coming soon ## install.sh diff --git a/install.sh b/install.sh index bbe0ca02e..026f423c9 100755 --- a/install.sh +++ b/install.sh @@ -278,7 +278,7 @@ header() { bigheader() { set -- "$(echo "$*" | sed "s/^/ * /")" - FGCOLOR=${FGCOLOR:-3} logp "/**************************************************************** + FGCOLOR=${FGCOLOR:-6} logp "/**************************************************************** $* ****************************************************************/" }