Merge pull request #1327 from emilazy/push-vunnqlmqnzts
checks: fix macOS version check exit code
This commit is contained in:
commit
3f4351d233
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ let
|
|||
printf >&2 ' system.checks.verifyMacOSVersion = false;\n'
|
||||
printf >&2 '\n'
|
||||
printf >&2 'However, we are unable to provide support if you do so.\n'
|
||||
exit 1
|
||||
exit 2
|
||||
fi
|
||||
'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue