Fix linting errors
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
ea4eba04ff
commit
1afc729663
7 changed files with 12 additions and 8 deletions
|
@ -31,7 +31,7 @@ output::success() {
|
|||
}
|
||||
|
||||
output::question() {
|
||||
printf " ${YELLOW}${1}${DEFAULT}" |& tee -a "${INSTALL_LOG}"
|
||||
echo -e " ${YELLOW}${1}${DEFAULT}\c" |& tee -a "${INSTALL_LOG}"
|
||||
}
|
||||
|
||||
output::error() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue