mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
fix colors: maybeeee
This commit is contained in:
parent
2d5e3051ce
commit
4dded3fda6
1 changed files with 1 additions and 1 deletions
|
@ -25,5 +25,5 @@ function log() {
|
|||
log_identifier=$1
|
||||
log_msg=$2
|
||||
|
||||
echo -e "$logprefix""$log_identifier"$log_suffix" "$log_msg"
|
||||
echo -e $logprefix$log_identifier$log_suffix "$log_msg"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue