summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Sbuild.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Property/Sbuild.hs')
-rw-r--r--src/Propellor/Property/Sbuild.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs
index 26e7ae8e..1562f80e 100644
--- a/src/Propellor/Property/Sbuild.hs
+++ b/src/Propellor/Property/Sbuild.hs
@@ -21,7 +21,7 @@ stretch, which older sbuild can't handle.
Suggested usage in @config.hs@:
> mybox = host "mybox.example.com" $ props
-> & osDebian (Stable "stretch") X86_64
+> & osDebian (Stable "buster") X86_64
> & Apt.useLocalCacher
> & sidSchrootBuilt
> & Sbuild.usableBy (User "spwhitton")