8000 fix: Download right semaphore bin · getsentry/sentry-python@1cbe5ad · GitHub
[go: up one dir, main page]

Skip to content

Commit 1cbe5ad

Browse files
committed
fix: Download right semaphore bin
1 parent 902e6aa commit 1cbe5ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download-semaphore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ output="$(
1414
echo "$output"
1515

1616
output="$(echo "$output" \
17-
| grep "Linux" \
17+
| grep "$(uname -s)" \
1818
| grep "download" \
1919
| cut -d : -f 2,3 \
2020
| tr -d , \

0 commit comments

Comments
 (0)
0