mirror of
https://github.com/pstadler/metrics.sh.git
synced 2025-11-08 21:24:54 -05:00
fix print_prefixed to always add a newline
This commit is contained in:
@@ -24,5 +24,5 @@ unique_id () {
|
||||
}
|
||||
|
||||
print_prefixed () {
|
||||
printf "$2" | sed -e "s/^/$1/g"
|
||||
printf "$2\n" | sed -e "s/^/$1/g"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user