mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-12 01:34:31 +00:00
nix: fix typo in lib
This commit is contained in:
parent
8bafc88f34
commit
ed2e6672e4
@ -38,8 +38,8 @@ nix_install_type() {
|
|||||||
"${UID}") echo "single";;
|
"${UID}") echo "single";;
|
||||||
"(${UID})") echo "single";;
|
"(${UID})") echo "single";;
|
||||||
"") echo "none";
|
"") echo "none";
|
||||||
echo "No Nix installtion detected!" >&2;;
|
echo "No Nix installation detected!" >&2;;
|
||||||
*) echo "Unknown Nix installtion type!" >&2; exit 1;;
|
*) echo "Unknown Nix installation type!" >&2; exit 1;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user