diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-30 15:18:39 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-30 15:20:52 -0400 |
| commit | bc607807f9aa7dffea4e6e3267b4874acd64747f (patch) | |
| tree | 661dc511b8ba2de2f89f201603b182341b682118 /src/wrapper.hs | |
| parent | d051f2b366cbdfdbf879176094cb2c3c4ad67391 (diff) | |
When new dependencies are added to propellor or the propellor config, try harder to get them installed.
In particular, this makes propellor --spin work when the remote host needs
to get dependencies installed in order to build the updated config.
Fixes http://propellor.branchable.com/todo/problem_with_spin_after_new_dependencies_added/
(cherry picked from commit 0f410f8acdb9e0b84ae364e80e5ee63adcb2ee50)
Diffstat (limited to 'src/wrapper.hs')
| -rw-r--r-- | src/wrapper.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapper.hs b/src/wrapper.hs index a204b60c..289b12b5 100644 --- a/src/wrapper.hs +++ b/src/wrapper.hs @@ -99,7 +99,7 @@ wrapper args propellordir propellorbin = do warnoutofdate propellordir True buildruncfg = do changeWorkingDirectory propellordir - buildPropellor + buildPropellor Nothing putStrLn "" putStrLn "" chain |
