Skip to content

Commit

Permalink
use proper git repo
Browse files Browse the repository at this point in the history
fixes: #104
  • Loading branch information
hrw committed Oct 19, 2024
1 parent fbf0649 commit 6f13f12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/generate-html-table.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def generate_html_file():
archs=create_arch_list(syscalls.archs()),
syscalls=generate_system_calls_tree(),
syscall_names=syscalls.names(),
git_repo="syscalls-table",
minify=True)
print(output)

Expand Down

0 comments on commit 6f13f12

Please sign in to comment.