xcode: remove extra quote from message (#41286)
This commit is contained in:
parent
18d5e0d11a
commit
129dfedaa9
@ -23,7 +23,7 @@ let requireXcode = version: sha256:
|
|||||||
message = ''
|
message = ''
|
||||||
Unfortunately, we cannot download ${name} automatically.
|
Unfortunately, we cannot download ${name} automatically.
|
||||||
Please go to ${url}
|
Please go to ${url}
|
||||||
to download it yourself, and add it to the Nix store by running the following commands."
|
to download it yourself, and add it to the Nix store by running the following commands.
|
||||||
Note: download (~ 5GB), extraction and storing of Xcode will take a while
|
Note: download (~ 5GB), extraction and storing of Xcode will take a while
|
||||||
|
|
||||||
${unxip}
|
${unxip}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user