mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/doc_master_branch_clone_note' into 'master'
doc: Fix invalid 'This command will clone master' note in docs See merge request idf/esp-idf!4240
This commit is contained in:
commit
062893c5da
@ -163,7 +163,7 @@ def write_git_clone_inc_files(templates, out_dir, version, ver_type, is_stable):
|
||||
zipfile = template["zipfile"]
|
||||
|
||||
if version == "master":
|
||||
extra_note = template["master"],
|
||||
extra_note = template["master"]
|
||||
zipfile_note = zipfile["unstable"]
|
||||
else:
|
||||
extra_note = template["branch"] % {"clone_arg": version, "ver_type": ver_type}
|
||||
|
Loading…
Reference in New Issue
Block a user