mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-03 01:50:10 -05:00
Fix typo in release-tool
This commit is contained in:
parent
37f63406c4
commit
b56ef2b758
@ -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…
x
Reference in New Issue
Block a user