From 599cb08fa47ee246781e91419e1dddc41d84acf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Lajoie?= Date: Tue, 8 Jan 2019 14:18:01 +0100 Subject: [PATCH] =?UTF-8?q?Use=20a=20yellow=20=E2=9A=A0=20for=20warnings?= =?UTF-8?q?=20messages=20(#2435)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/cn/install.sh | 2 +- docs/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cn/install.sh b/docs/cn/install.sh index c68fe31b7..8b0e21b41 100755 --- a/docs/cn/install.sh +++ b/docs/cn/install.sh @@ -118,7 +118,7 @@ error() { } warn () { - msg "${Red}[✘]${Color_off} ${1}${2}" + msg "${Yellow}[⚠]${Color_off} ${1}${2}" } # }}} diff --git a/docs/install.sh b/docs/install.sh index 631036368..3a4fd12a1 100755 --- a/docs/install.sh +++ b/docs/install.sh @@ -118,7 +118,7 @@ error() { } warn () { - msg "${Red}[✘]${Color_off} ${1}${2}" + msg "${Yellow}[⚠]${Color_off} ${1}${2}" } # }}}