Skip to content

Commit

Permalink
fix: exit with non-zero status code if failed to provide args to merg…
Browse files Browse the repository at this point in the history
…e-stream-chat-css-docs.sh
  • Loading branch information
MartinCupela authored and arnautov-anton committed Sep 8, 2022
1 parent 21ffb82 commit a4719b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/merge-stream-chat-css-docs.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ usage() {
main() {
if [ $# -eq 0 ]; then
usage
exit 0
exit 1
fi

STREAM_CHAT_CSS_DOCS_PATH=$1;
Expand Down

0 comments on commit a4719b9

Please sign in to comment.