diff --git a/generate-cpu-cores-table.py b/generate-cpu-cores-table.py index 4e48b54..a809fc7 100644 --- a/generate-cpu-cores-table.py +++ b/generate-cpu-cores-table.py @@ -45,6 +45,7 @@ def generate_html_file(cpu_cores): generate_time=datetime.strftime(datetime.now(timezone.utc), "%d %B %Y %H:%M"), cpu_cores=cpu_cores, + git_repo="arm-socs-table", ) print(output) diff --git a/generate.py b/generate.py index 2e64268..bb0b228 100755 --- a/generate.py +++ b/generate.py @@ -125,6 +125,7 @@ def generate_html_file(socs, cpu_features, cpu_cores): socs=socs, cpu_features=cpu_features, cpu_cores=cpu_cores, + git_repo="arm-socs-table", ) print(output)