summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Parted.hs
diff options
context:
space:
mode:
authorJoey Hess2015-08-25 20:34:26 -0700
committerJoey Hess2015-08-25 20:34:26 -0700
commit77a5e58c4b04104be2883251e84bddf27362cfd4 (patch)
treeaedb482c25c85ca5ec1ff85ace39eb1e3aba919c /src/Propellor/Property/Parted.hs
parent616fcefcb2778a2c07c76c1eb7eed87cb2d14754 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/Parted.hs')
-rw-r--r--src/Propellor/Property/Parted.hs1
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