diff options
| author | Joey Hess <joeyh@joeyh.name> | 2018-05-03 12:38:18 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2018-05-03 12:38:18 -0400 |
| commit | 678543f177824fe64d9bc2ff88ee520e9c583ca9 (patch) | |
| tree | b36cb05a360c9e187c0f8a435f8def0bcea29878 /src | |
| parent | 5c643de8ff488db01d030e4c892e523c2299c547 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -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.." |
