mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Fix branch name in docs makefile
Signed-off-by: Ian Maddaus <Ian.Maddaus@progress.com>
This commit is contained in:
parent
3aaa402db7
commit
11afb7dc7b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue