We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4a582 commit d0a9bfdCopy full SHA for d0a9bfd
src/app/Main.hs
@@ -41,7 +41,7 @@ rebaseProgess repo = do
41
last' <- E.catch (readRebase "last") readHandler
42
if length (last' ++ next) < 1
43
then pure "0"
44
- else pure $ strip last' ++ "/" ++ strip next
+ else pure $ strip next ++ "/" ++ strip last'
45
46
isMergeInProgess :: FilePath -> IO Bool
47
isMergeInProgess = doesFileExist . (</> "MERGE_HEAD")
0 commit comments