fix comment
This commit is contained in:
parent
27a0bacc49
commit
9dc43396b3
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ fromTopFilePath p repo = combine (repoPath repo) (getTopFilePath p)
|
|||
toTopFilePath :: OsPath -> Git.Repo -> IO TopFilePath
|
||||
toTopFilePath file repo = TopFilePath <$> relPathDirToFile (repoPath repo) file
|
||||
|
||||
{- The input RawFilePath must already be relative to the top of the git
|
||||
{- The input path must already be relative to the top of the git
|
||||
- repository -}
|
||||
asTopFilePath :: OsPath -> TopFilePath
|
||||
asTopFilePath file = TopFilePath file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue