mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-03 04:27:39 +03:00
Fix typo in release-tool
This commit is contained in:
parent
37f63406c4
commit
b56ef2b758
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ checkSigntoolCommandExists() {
|
|||
}
|
||||
|
||||
checkCodesignCommandExists() {
|
||||
if !cmdExists codesign; then
|
||||
if ! cmdExists codesign; then
|
||||
exitError "codesign command not found on the PATH! Please check that you have correctly installed Xcode."
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue