Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Rader committed Dec 1, 2022
1 parent aee2a5f commit 53f6598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-filcrypto
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ download_release_tarball() {
# names are constructed. Marginally less-bad would be to require that this
# function's caller provide the release name.
#
if [ "$(uname -s)" = "Darwin" ] then
if [ "$(uname -s)" = "Darwin" ]; then
# For MacOS a universal library is used so naming convention is different
local __release_name="${__repo_name}-$(uname)-${release_flag_name}"
else
Expand Down

0 comments on commit 53f6598

Please sign in to comment.