]> git.ozlabs.org Git - next-scripts/blobdiff - do_merge
change the order of arguments to send_email
[next-scripts] / do_merge
index 806fc67a502179ab1b019176f6890a796e2b82e4..ec55df978936098261efb35508a21f6bd13bb067 100755 (executable)
--- a/do_merge
+++ b/do_merge
@@ -74,7 +74,7 @@ for h in $heads; do
 
        if [ "$tree" = "branch" ]; then
                git branch -f "${h#branch/}"
-               linux-next-notify "update branch $1"
+               linux-next-notify "update branch ${h#branch/}"
                continue
        fi