diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-03-12 22:48:29 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-03-12 22:48:29 -0400 |
| commit | 937ad0bb61921b755e6a2f0b1d0adf911b785834 (patch) | |
| tree | 13a6e00aa87113593b02d3702e77214135c0e759 /src | |
| parent | beb49d2c2bee77dc67f68329a2e99c6c4b4ccc43 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/SiteSpecific/JoeySites.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs index 1ed9e5db..5c8289e7 100644 --- a/src/Propellor/Property/SiteSpecific/JoeySites.hs +++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs @@ -30,7 +30,7 @@ scrollBox = propertyList "scroll server" $ props "libghc-bytestring-dev", "libghc-mtl-dev", "libghc-ncurses-dev", "libghc-random-dev", "libghc-monad-loops-dev", "libghc-ifelse-dev", "libghc-case-insensitive-dev", - "libghc-data-default-dev"] + "libghc-data-default-dev", "libghc-optparse-applicative-dev"] & userScriptProperty "scroll" [ "cd " ++ d </> "scroll" , "git pull" |
