Fix branch name in docs makefile

Signed-off-by: Ian Maddaus <Ian.Maddaus@progress.com>
This commit is contained in:
Ian Maddaus 2021-09-10 09:52:22 -07:00
parent 3aaa402db7
commit 11afb7dc7b

View file

@ -14,7 +14,7 @@ serve: chef_web_docs
chef_web_docs:
if [ -d "chef-web-docs/" ]; then \
pushd chef-web-docs && git reset HEAD --hard; git clean -fd; git pull --ff-only origin master; rm -rf public && popd; \
pushd chef-web-docs && git reset HEAD --hard; git clean -fd; git pull --ff-only origin main; rm -rf public && popd; \
else \
git clone https://github.com/chef/chef-web-docs.git; \
fi