summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/patchwork-update-commits2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/patchwork-update-commits b/tools/patchwork-update-commits
index 2730216..b2a658a 100755
--- a/tools/patchwork-update-commits
+++ b/tools/patchwork-update-commits
@@ -13,5 +13,5 @@ git rev-list --reverse "$@" |
while read commit
do
hash=$(git show "$commit" | python $pwpath/parser.py -#)
- $pwpath/bin/pwclient -s Accepted -c "$commit" -h "$hash"
+ $pwpath/bin/pwclient update -s Accepted -c "$commit" -h "$hash"
done