Skip to content

Commit 894a352

Browse files
committed
fixup to 860539f: make install.sh compatible with Cirrus
1 parent 29295c9 commit 894a352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ main() {
55
local target=
66
if [ `uname` = "Linux" ]; then
77
target=x86_64-unknown-linux-musl
8-
else if [ `uname` = "FreeBSD" ]; then
8+
elif [ `uname` = "FreeBSD" ]; then
99
target=x86_64-unknown-freebsd
1010
else
1111
target=x86_64-apple-darwin

0 commit comments

Comments
 (0)