diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-04-09 15:00:33 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-04-09 15:00:48 -0400 |
| commit | 4ba09ab6844cc3fc3e94856da22190555b697193 (patch) | |
| tree | 05e4bede709b56c79ca36e2c942a817415b20a59 /src/Propellor/Property/Cmd.hs | |
| parent | b61b77941f3774e6d7373bab9607b70f4acbd7e0 (diff) | |
added Propellor.Property.Bootstrap (untested)
This commit was sponsored by Jake Vosloo on Patreon.
Diffstat (limited to 'src/Propellor/Property/Cmd.hs')
| -rw-r--r-- | src/Propellor/Property/Cmd.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/Property/Cmd.hs b/src/Propellor/Property/Cmd.hs index 6b84acb5..f2de1a27 100644 --- a/src/Propellor/Property/Cmd.hs +++ b/src/Propellor/Property/Cmd.hs @@ -33,6 +33,7 @@ module Propellor.Property.Cmd ( Script, scriptProperty, userScriptProperty, + cmdResult, -- * Lower-level interface for running commands CommandParam(..), boolSystem, |
