diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-08-25 20:34:26 -0700 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-08-25 20:34:26 -0700 |
| commit | 77a5e58c4b04104be2883251e84bddf27362cfd4 (patch) | |
| tree | aedb482c25c85ca5ec1ff85ace39eb1e3aba919c /src | |
| parent | 616fcefcb2778a2c07c76c1eb7eed87cb2d14754 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Parted.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Property/Parted.hs b/src/Propellor/Property/Parted.hs index 6d125b85..0b053422 100644 --- a/src/Propellor/Property/Parted.hs +++ b/src/Propellor/Property/Parted.hs @@ -138,7 +138,6 @@ partitioned eep disk (PartTable tabletype parts) = property desc $ do setunits = ["unit", "B"] -- tell parted we use bytes mkpart partnum offset p = [ "mkpart" - , show partnum , val (partType p) , val (partFs p) , show offset |
