Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
carlduevel committed Jan 7, 2022
1 parent 877df97 commit 88fda6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ binary_postfix() {
os=$(uname | tr '[:upper:]' '[:lower:]')
if [ "$os" == "linux" ]; then
echo "l"
elif [ "$os" == "darwin" ]; then
elif [ "$os" == "darwin" ]; then
echo "m"
else
fail "no zprint binary for $os available!"
Expand Down

0 comments on commit 88fda6c

Please sign in to comment.