summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index ca57375..00da67d 100755
--- a/dgit
+++ b/dgit
@@ -4674,7 +4674,7 @@ sub cmd_checkout {
}
local $ENV{GIT_REFLOG_ACTION} = git_reflog_action_msg
"dgit checkout $isuite";
- runcmd (@git, qw(checkout), lref());
+ runcmd (@git, qw(checkout), lbranch());
}
sub cmd_update_vcs_git () {