summaryrefslogtreecommitdiff
path: root/src/Propellor/Types
diff options
context:
space:
mode:
authorJoey Hess2017-06-17 09:18:22 -0400
committerJoey Hess2017-06-17 09:18:22 -0400
commitbb1a6594475d3d2dd2f40f4363b650bd276a157e (patch)
treeec1d90528b26c3d554e3e7f0547c7a4fe242a499 /src/Propellor/Types
parentc948c22b2d07eda4cd0c455ec5a6674f7e9e9504 (diff)
use stretch in debian stable examples
Diffstat (limited to 'src/Propellor/Types')
-rw-r--r--src/Propellor/Types/OS.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Types/OS.hs b/src/Propellor/Types/OS.hs
index 41f839f1..01d777a4 100644
--- a/src/Propellor/Types/OS.hs
+++ b/src/Propellor/Types/OS.hs
@@ -59,7 +59,7 @@ data DebianKernel = Linux | KFreeBSD | Hurd
deriving (Show, Eq)
-- | Debian has several rolling suites, and a number of stable releases,
--- such as Stable "jessie".
+-- such as Stable "stretch".
data DebianSuite = Experimental | Unstable | Testing | Stable Release
deriving (Show, Eq)