Skip to content

Commit 20e2347

Browse files
committed
scripts: Add PKG_NAME suffix to ci_helper.sh
Add PKG_NAME suffix to ci_helper.sh if defined. Signed-off-by: Christian Marangi <[email protected]>
1 parent efb4449 commit 20e2347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/ci_helpers.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
color_out() {
4-
printf "\e[0;$1m%s\e[0;0m\n" "$2"
4+
printf "\e[0;$1m$PKG_NAME: %s\e[0;0m\n" "$2"
55
}
66

77
success() {

0 commit comments

Comments
 (0)