We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a52279d commit 8509a66Copy full SHA for 8509a66
.github/workflows/update_release_table.py
@@ -130,7 +130,7 @@ def generate_markdown_table(release) -> str:
130
table += (
131
"\n***(For Macs) To address the Mac binary signing restriction, use the following command:\n"
132
"\n```\n"
133
- "sudo xattr -dr com.apple.quarantine <path to file>/my-binary-amd64\n"
+ "sudo xattr -dr com.apple.quarantine <path to file>/sufr\n"
134
"```\n"
135
)
136
0 commit comments