summaryrefslogtreecommitdiff
path: root/Command/View.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/View.hs')
-rw-r--r--Command/View.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/View.hs b/Command/View.hs
index 5c1742855..5895ba08f 100644
--- a/Command/View.hs
+++ b/Command/View.hs
@@ -73,7 +73,7 @@ checkoutViewBranch view mkbranch = do
showOutput
ok <- inRepo $ Git.Command.runBool
[ Param "checkout"
- , Param (show $ Git.Ref.base branch)
+ , Param (Git.fromRef $ Git.Ref.base branch)
]
when ok $ do
setView view