Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

Commit 2bccfe2

Browse files
committed
address comments
1 parent 5e0e182 commit 2bccfe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/functions/assert.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
function assert(){ # assertion help function
1818
if [ -z "$1" ]; then
19-
echo -e "${IRed}ASSERT! $2${Color_Off}" > /dev/stderr
19+
echo -e "${IRed}ASSERT! $2${Color_Off}" 1>&2
2020
exit 1
2121
fi;
2222
}

0 commit comments

Comments
 (0)