Skip to content

Commit 2382c09

Browse files
committed
update: label warning output properly
1 parent 16e173d commit 2382c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/_helpers

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function output_info {
9595
}
9696

9797
function output_warning {
98-
output_tagged_string "$BG_Y" "INFO" "$1"
98+
output_tagged_string "$BG_Y" "WARNING" "$1"
9999
}
100100

101101
export BG_R

0 commit comments

Comments
 (0)