0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-17 19:22:40 +00:00

typo fixed in gen_docs_integrations.py ()

This commit is contained in:
Khalid Abdullah 2023-10-30 16:56:26 +06:00 committed by GitHub
parent d37ea4e018
commit 92616999de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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] \