Skip to content

Commit 373eb86

Browse files
committed
fix(ci): restore log_step used by install scripts
1 parent a770ba5 commit 373eb86

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/logging.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ log_info() { printf "${BLUE}i %s${NC}\n" "$*" >&2; }
1212
log_success() { printf "${GREEN}ok %s${NC}\n" "$*" >&2; }
1313
log_warn() { printf "${YELLOW}! %s${NC}\n" "$*" >&2; }
1414
log_error() { printf "${RED}x %s${NC}\n" "$*" >&2; }
15+
log_step() { printf "\n${BLUE}-- %s${NC}\n" "$*" >&2; }

0 commit comments

Comments
 (0)