Skip to content

Commit

Permalink
Merge pull request #466 from AbrahmAB/patch-1
Browse files Browse the repository at this point in the history
Update Package.hs
  • Loading branch information
dcoutts committed Jan 10, 2016
2 parents c23f439 + d6f9120 commit ed5b8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Distribution/Server/Pages/Package.hs
Expand Up @@ -482,7 +482,7 @@ sourceRepositoryToHtml sr
Just Darcs
| (Just url, Nothing, Nothing) <-
(repoLocation sr, repoModule sr, repoBranch sr) ->
concatHtml [toHtml "darcs get ",
concatHtml [toHtml "darcs clone ",
anchor ! [href url] << toHtml url,
case repoTag sr of
Just tag' -> toHtml (" --tag " ++ tag')
Expand Down

0 comments on commit ed5b8ca

Please sign in to comment.