diff --git a/src/Propellor/Property/Obnam.hs b/src/Propellor/Property/Obnam.hs index e5ef736..3d13e61 100644 --- a/src/Propellor/Property/Obnam.hs +++ b/src/Propellor/Property/Obnam.hs @@ -110,7 +110,7 @@ latestVersion = withOS "obnam latest version" $ \o -> case o of _ -> noChange where sources suite = - [ "deb http://code.liw.fi/debian " ++ Apt.showSuite suite ++ " main" + [ "deb http://code.liw.fi/debian " ++ Apt.showSuite stableRelease ++ " main" ] -- gpg key used by the code.liw.fi repository. key = Apt.AptKey "obnam" $ unlines