ci: fmt
This commit is contained in:
parent
6509eb51ec
commit
2ffd1c51a4
4 changed files with 4 additions and 3 deletions
|
|
@ -273,7 +273,7 @@ header() {
|
||||||
|
|
||||||
bigheader() {
|
bigheader() {
|
||||||
set -- "$(echo "$*" | sed "s/^/ * /")"
|
set -- "$(echo "$*" | sed "s/^/ * /")"
|
||||||
FGCOLOR=${FGCOLOR:-3} logp "/****************************************************************
|
FGCOLOR=${FGCOLOR:-6} logp "/****************************************************************
|
||||||
$*
|
$*
|
||||||
****************************************************************/"
|
****************************************************************/"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
2
ci/sub
2
ci/sub
|
|
@ -1 +1 @@
|
||||||
Subproject commit 93bb2df10f248a30142a651ec57ca64eb0e82e84
|
Subproject commit 8a9efaf950ea04010c7822080ada546225a130d0
|
||||||
|
|
@ -16,6 +16,7 @@ You may install `d2` through any of the following methods.
|
||||||
- <a href="#windows" id="toc-windows">Windows</a>
|
- <a href="#windows" id="toc-windows">Windows</a>
|
||||||
- <a href="#msys2" id="toc-msys2">MSYS2</a>
|
- <a href="#msys2" id="toc-msys2">MSYS2</a>
|
||||||
- <a href="#wsl" id="toc-wsl">WSL</a>
|
- <a href="#wsl" id="toc-wsl">WSL</a>
|
||||||
|
- <a href="#docker" id="toc-docker">Docker</a>
|
||||||
- <a href="#coming-soon" id="toc-coming-soon">Coming soon</a>
|
- <a href="#coming-soon" id="toc-coming-soon">Coming soon</a>
|
||||||
|
|
||||||
## install.sh
|
## install.sh
|
||||||
|
|
|
||||||
|
|
@ -278,7 +278,7 @@ header() {
|
||||||
|
|
||||||
bigheader() {
|
bigheader() {
|
||||||
set -- "$(echo "$*" | sed "s/^/ * /")"
|
set -- "$(echo "$*" | sed "s/^/ * /")"
|
||||||
FGCOLOR=${FGCOLOR:-3} logp "/****************************************************************
|
FGCOLOR=${FGCOLOR:-6} logp "/****************************************************************
|
||||||
$*
|
$*
|
||||||
****************************************************************/"
|
****************************************************************/"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue