Skip to content

Commit

Permalink
generate: use proper git repo in template
Browse files Browse the repository at this point in the history
  • Loading branch information
hrw committed Oct 19, 2024
1 parent feaa16b commit 52f9fca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions generate-cpu-cores-table.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
1 change: 1 addition & 0 deletions generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 52f9fca

Please sign in to comment.