mirror of
https://github.com/netdata/netdata.git
synced 2025-04-17 19:22:40 +00:00
typo fixed in gen_docs_integrations.py (#16288)
This commit is contained in:
parent
d37ea4e018
commit
92616999de
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ endmeta-->
|
|||
|
||||
def build_path(meta_yaml_link):
|
||||
"""
|
||||
funtion that takes a metadata yaml file link, and makes it into a path that gets used to write to a file.
|
||||
function that takes a metadata yaml file link, and makes it into a path that gets used to write to a file.
|
||||
"""
|
||||
return meta_yaml_link.replace("https://github.com/netdata/", "") \
|
||||
.split("/", 1)[1] \
|
||||
|
|
Loading…
Add table
Reference in a new issue