Skip to content

Commit

Permalink
deploy.sh:docs_readme() - fix shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
ia committed Jul 10, 2023
1 parent 57db2b3 commit 5d4d3ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ EOF
mv "${md_new}" "${md_old}"
echo ""
echo "${yml} seems to be updated."
echo "${md_old} is overwritten"
echo "${md_old} is overwritten!"
echo "Do not forget to commit & push changes:"
echo ""
echo " $ git commit ${md_old} -m \"${md_old}: update autogenerated file\" && git push"
echo ""
ret=1
fi;
exit "${ret}"
return "${ret}"
}

### main
Expand Down

0 comments on commit 5d4d3ce

Please sign in to comment.