Skip to content

Commit

Permalink
Cloud's version of which doesn't support -s (#12080)
Browse files Browse the repository at this point in the history
so we removed -s and sent the output to the dark place
  • Loading branch information
supertopher authored Apr 15, 2022
1 parent a379fc0 commit 8f6acc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bin/deploy_docusaurus
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pwd


# Yarn check (which is commonly used to check for program existance)
if ! which -s yarn; then
if ! which yarn > /dev/null; then
echo -e "$red_text""yarn not found HALP!!\n\n""$default_text"
exit 1
fi
Expand Down

0 comments on commit 8f6acc7

Please sign in to comment.