Skip to content

Commit 8509a66

Browse files
committed
update path to sufr
1 parent a52279d commit 8509a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_release_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def generate_markdown_table(release) -> str:
130130
table += (
131131
"\n***(For Macs) To address the Mac binary signing restriction, use the following command:\n"
132132
"\n```\n"
133-
"sudo xattr -dr com.apple.quarantine <path to file>/my-binary-amd64\n"
133+
"sudo xattr -dr com.apple.quarantine <path to file>/sufr\n"
134134
"```\n"
135135
)
136136

0 commit comments

Comments
 (0)