mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
xcodeenv: fix typo
This commit is contained in:
parent
938fd3042e
commit
85b5fc7c98
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
|||
echo "Please provide a UDID of a simulator:"
|
||||
read udid
|
||||
else
|
||||
# If a parameter has been provided, consider that a device UDID an use that
|
||||
# If a parameter has been provided, consider that a device UDID and use that
|
||||
udid="$1"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue