diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-05-03 12:55:29 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-05-03 12:55:29 -0400 |
| commit | 6d778bdc08b9e3f93b7e574869a4867e0ecf0158 (patch) | |
| tree | b38c0f431dc8f7dd682940f02cc49d12cc51351c /src/Propellor/DotDir.hs | |
| parent | 5c33de3ebf9c4f720f76566cd411784df5f7e638 (diff) | |
| parent | c9a1d90ce84f236d7a34b64adbe7aba2eb5eabb8 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'src/Propellor/DotDir.hs')
| -rw-r--r-- | src/Propellor/DotDir.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Propellor/DotDir.hs b/src/Propellor/DotDir.hs index 749fcd9f..6c2feb83 100644 --- a/src/Propellor/DotDir.hs +++ b/src/Propellor/DotDir.hs @@ -446,9 +446,6 @@ updateUpstreamMaster newref = do ) Nothing -> return mref --- And, if there's a remote named "upstream" --- that does not point at the distrepo, the user must have set that up --- and is not using the distrepo, so do nothing. warnoutofdate :: Bool -> IO () warnoutofdate havebranch = warningMessage $ unlines [ "** Your ~/.propellor/ is out of date.." |
