diff options
-rw-r--r-- | tools/emacs-pkgs/tvl/tvl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/emacs-pkgs/tvl/tvl.el b/tools/emacs-pkgs/tvl/tvl.el index 5be32c1a6156..2a0ef22afab6 100644 --- a/tools/emacs-pkgs/tvl/tvl.el +++ b/tools/emacs-pkgs/tvl/tvl.el @@ -57,7 +57,7 @@ "Push to Gerrit as a work-in-progress." (interactive) (magit-push-refspecs tvl-gerrit-remote - (concat (tvl--gerrit-ref tvl-target-branch) "%wip") + (tvl--gerrit-ref tvl-target-branch '("wip")) nil)) (transient-append-suffix |