Fixed missing m in ANSI format string

This commit is contained in:
oddlama 2021-05-30 03:01:35 +02:00
parent ba60924bbc
commit 9985bfa5f0
No known key found for this signature in database
GPG Key ID: 14EFE510775FE39A
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ function elog() {
} }
function einfo() { function einfo() {
echo "[[1+] $*" echo "[+] $*"
} }
function ewarn() { function ewarn() {