From 98dad1f10e92424871f7356469f42481b40256a6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 19 Feb 2018 11:55:44 -0400 Subject: comment typo --- src/Propellor/DotDir.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/DotDir.hs') diff --git a/src/Propellor/DotDir.hs b/src/Propellor/DotDir.hs index f62b38f8..17eb095a 100644 --- a/src/Propellor/DotDir.hs +++ b/src/Propellor/DotDir.hs @@ -389,7 +389,7 @@ checkRepoUpToDate = whenM (gitbundleavail <&&> dotpropellorpopulated) $ do -- -- If there's no upstream/master, the user is not using the distrepo, -- so do nothing. And, if there's a remote named "upstream", the user --- must have set that up is not using the distrepo, so do nothing. +-- must have set that up and is not using the distrepo, so do nothing. updateUpstreamMaster :: String -> IO () updateUpstreamMaster newref = unlessM (hasRemote "upstream") $ do changeWorkingDirectory =<< dotPropellor -- cgit v1.2.3