fix: Outdated reference to a moved file in docs

pull/24376/head
Carol (Nichols || Goulding) 2021-07-07 09:48:30 -04:00
parent 090b0aba11
commit 479b15c2a3
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ if ! git diff --quiet HEAD --; then
git diff HEAD
echo "************************************************************"
echo "* Found uncommitted changes to generated flatbuffers code! *"
echo "* Please run \`generated_types/regenerate-flatbuffers.sh\` *"
echo "* Please run \`entry/regenerate-flatbuffers.sh\` *"
echo "* to regenerate the flatbuffers code and check it in! *"
echo "************************************************************"
exit 1