diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-10-27 23:48:37 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-10-27 23:48:37 -0400 |
| commit | cd8140989fa18b38f5ede23bf369afd6c56b19f8 (patch) | |
| tree | e38cad12532fc07128d7bd5188c7765de5ace312 /src/Propellor/Property/Cmd.hs | |
| parent | 51b397d0415e1efe1df412842ccb76d702140f50 (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/Property/Cmd.hs')
| -rw-r--r-- | src/Propellor/Property/Cmd.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Cmd.hs b/src/Propellor/Property/Cmd.hs index f2c5b33e..9536f71d 100644 --- a/src/Propellor/Property/Cmd.hs +++ b/src/Propellor/Property/Cmd.hs @@ -27,7 +27,7 @@ import Propellor.Types import Propellor.Property import Utility.SafeCommand import Utility.Env -import Utility.Process (createProcess, CreateProcess) +import Utility.Process (createProcess, CreateProcess, waitForProcess) -- | A property that can be satisfied by running a command. -- |
