diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-11-19 15:50:17 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-11-19 15:50:17 -0400 |
| commit | c2a99c2c6d868e319990c5d3fc660c5133164874 (patch) | |
| tree | ba7284eb9f65474a6875d2b018a854a2455233e3 | |
| parent | c1bd0caad279ae5e2dba0720816aed659652fa99 (diff) | |
add comma
| -rw-r--r-- | src/Propellor/Property/DiskImage.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/DiskImage.hs b/src/Propellor/Property/DiskImage.hs index 3c6eda09..6564192f 100644 --- a/src/Propellor/Property/DiskImage.hs +++ b/src/Propellor/Property/DiskImage.hs @@ -148,7 +148,7 @@ imageRebuilt = imageBuilt' True -- | Create a bootable disk image for a Host. -- -- This works just like 'imageBuilt', but partition table is --- determined by looking at the Host's 'hasPartitionTableType' +-- determined by looking at the Host's 'hasPartitionTableType', -- `hasPartition', and 'adjustPartition' properties. -- -- For example: |
