We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee2a5f commit 53f6598Copy full SHA for 53f6598
install-filcrypto
@@ -92,7 +92,7 @@ download_release_tarball() {
92
# names are constructed. Marginally less-bad would be to require that this
93
# function's caller provide the release name.
94
#
95
- if [ "$(uname -s)" = "Darwin" ] then
+ if [ "$(uname -s)" = "Darwin" ]; then
96
# For MacOS a universal library is used so naming convention is different
97
local __release_name="${__repo_name}-$(uname)-${release_flag_name}"
98
else
0 commit comments