mirror of
https://github.com/varunsridharan/actions-toolkit.git
synced 2024-11-10 09:13:05 +08:00
Updated
This commit is contained in:
parent
24fe3b0f66
commit
c283f69847
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
COLOR_PALLET_TYPE="0"
|
||||
|
||||
__colortext() {
|
||||
echo " \e[$COLOR_PALLET_TYPE;$2m$1\e[0m"
|
||||
echo -e " \e[$COLOR_PALLET_TYPE;$2m$1\e[0m"
|
||||
}
|
||||
|
||||
log_green() {
|
||||
|
|
Loading…
Reference in a new issue