Skip to content

Commit 28e6832

Browse files
committed
fix typo
1 parent 33ee5a3 commit 28e6832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -x
33

4-
if [ ! -f bin/github-releae ]; then
4+
if [ ! -f bin/github-release ]; then
55
OS=$(uname)
66
curl -L https://github.com/aktau/github-release/releases/download/v0.7.2/$OS-amd64-github-release.tar.bz2 | tar -C bin/ -jvx --strip-components=3
77
fi

0 commit comments

Comments
 (0)