diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-02-26 16:40:34 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-02-26 16:40:34 -0400 |
| commit | db4121edeeba2899926333df46308ca0baf45b71 (patch) | |
| tree | 3af8b426fbff2d0cb1d00a8e250f148ffcb1a3b0 /src/Propellor/Property/Grub.hs | |
| parent | 663fb4cc4545dc25e062fb0bc4af933402923506 (diff) | |
use val instead of show
Diffstat (limited to 'src/Propellor/Property/Grub.hs')
| -rw-r--r-- | src/Propellor/Property/Grub.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Grub.hs b/src/Propellor/Property/Grub.hs index a03fc5a0..9dd5e8e1 100644 --- a/src/Propellor/Property/Grub.hs +++ b/src/Propellor/Property/Grub.hs @@ -69,7 +69,7 @@ chainPVGrub rootdev bootdev timeout = combineProperties desc $ props & File.dirExists "/boot/grub" & "/boot/grub/menu.lst" `File.hasContent` [ "default 1" - , "timeout " ++ show timeout + , "timeout " ++ val timeout , "" , "title grub-xen shim" , "root (" ++ rootdev ++ ")" |
