mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Fix typo in release-tool.ps1
This commit is contained in:
parent
9b5b1d6dce
commit
cdb10dce0c
@ -291,7 +291,7 @@ if ($Merge) {
|
||||
|
||||
# Only commit if there are changes
|
||||
$changes = & git status --porcelain
|
||||
if ($changes.Length > 0) {
|
||||
if ($changes.Length -gt 0) {
|
||||
Write-Host "Committing translation updates..."
|
||||
Invoke-Cmd "git" "add -A ./share/translations/" -quiet
|
||||
Invoke-Cmd "git" "commit -m `"Update translations`"" -quiet
|
||||
|
Loading…
Reference in New Issue
Block a user