fix(gs/emacs): Fix undefined variable in magit-clubhouse integration
Change-Id: Ic56e6f3b1e8fca717c8765eb47739cecf3e5cc56 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1984 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
b1a84f0019
commit
cb0d3ad416
1 changed files with 1 additions and 1 deletions
|
@ -602,7 +602,7 @@
|
|||
(format "gs/ch%d/%s" story-id desc))))
|
||||
|
||||
(defun magit-read-org-clubhouse-branch-args ()
|
||||
(if (org-clubhouse-clocked-in-story-id)
|
||||
(if-let ((story-id (org-clubhouse-clocked-in-story-id)))
|
||||
(let ((start-point (magit-read-starting-point
|
||||
"Create and checkout branch for Clubhouse story"
|
||||
nil
|
||||
|
|
Loading…
Reference in a new issue