Skip to content

Commit

Permalink
Fix warn utility function
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhun committed Aug 17, 2020
1 parent b117167 commit e6c6ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/release_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ohai() {
}

warn() {
printf "${tty_red}Warning${tty_reset}: %s\n"
printf "${tty_red}Warning${tty_reset}: %s\n" "$1"
}

abort() {
Expand Down

0 comments on commit e6c6ae4

Please sign in to comment.