Skip to content

Commit

Permalink
Rephrase errors for better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
mszeszko-meta committed Dec 8, 2024
1 parent b86d9f5 commit 3138650
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions buckifier/check_buck_targets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
if [[ ! -f "BUCK" ]]
then
echo "BUCK file is missing!"
echo "Please do not remove the BUCK file as a oart of your commit."
exit 1
fi

Expand All @@ -23,8 +24,8 @@ ${PYTHON:-python3} buckifier/buckify_rocksdb.py

if [[ ! -f "BUCK" ]]
then
echo "buckifier/buckify_rocksdb.py was expected to (re)generate BUCK file."
echo "BUCK file is missing!"
echo "BUCK file went missing after running buckifier/buckify_rocksdb.py!"
echo "Please do not remove the BUCK file."
exit 1
fi

Expand Down

0 comments on commit 3138650

Please sign in to comment.