Skip to content

Commit

Permalink
Nix.Delegate: do not use haddock syntax in a comment as haddock fails (
Browse files Browse the repository at this point in the history
…#13)

* Nix.Delegate: do not use haddock syntax as haddock fails

* Nix.Delegate: typo
  • Loading branch information
proger authored and ixmatus committed Mar 20, 2018
1 parent 7f257cb commit 7ba013f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Nix/Delegate.hs
Expand Up @@ -3,7 +3,7 @@
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE RecordWildCards #-}

{-| This modules provides a basic library API to @nix-delegate@'s functionality
{-| This module provides a basic library API to @nix-delegate@'s functionality
-}

module Nix.Delegate
Expand Down Expand Up @@ -324,7 +324,7 @@ delegateShared OptArgs{..} = do
Just user -> return (user <> "@" <> host)
else return host

{-| Do a test @ssh@ command in order to prompt the user to recognize the
{- Do a test @ssh@ command in order to prompt the user to recognize the
host if the host is not known
Use @sudo@ if we are in multi-user mode since the @root@ user will be
Expand Down

0 comments on commit 7ba013f

Please sign in to comment.