Skip to content

Commit 53f6598

Browse files
author
Shawn Rader
committed
typo
1 parent aee2a5f commit 53f6598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-filcrypto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ download_release_tarball() {
9292
# names are constructed. Marginally less-bad would be to require that this
9393
# function's caller provide the release name.
9494
#
95-
if [ "$(uname -s)" = "Darwin" ] then
95+
if [ "$(uname -s)" = "Darwin" ]; then
9696
# For MacOS a universal library is used so naming convention is different
9797
local __release_name="${__repo_name}-$(uname)-${release_flag_name}"
9898
else

0 commit comments

Comments
 (0)