Skip to content

Commit

Permalink
Make rapids-logger use stdout. (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice authored Feb 29, 2024
1 parent eafb8b2 commit 506abb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/rapids-logger
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ function rapids-logger {
echo -e "\033[32m└${bar}┘\033[0m\n"
}

rapids-logger "$@" >&2
rapids-logger "$@"

0 comments on commit 506abb5

Please sign in to comment.