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
a5dee81e45
commit
6d23a3bd2c
@ -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