mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-12 15:59:58 -05: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
|
# Only commit if there are changes
|
||||||
$changes = & git status --porcelain
|
$changes = & git status --porcelain
|
||||||
if ($changes.Length > 0) {
|
if ($changes.Length -gt 0) {
|
||||||
Write-Host "Committing translation updates..."
|
Write-Host "Committing translation updates..."
|
||||||
Invoke-Cmd "git" "add -A ./share/translations/" -quiet
|
Invoke-Cmd "git" "add -A ./share/translations/" -quiet
|
||||||
Invoke-Cmd "git" "commit -m `"Update translations`"" -quiet
|
Invoke-Cmd "git" "commit -m `"Update translations`"" -quiet
|
||||||
|
Loading…
Reference in New Issue
Block a user