From 9ed258633a19f5b3aa1169c621281973f607c231 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 6 Jun 2014 23:07:05 -0400 Subject: propellor spin --- src/Propellor/Property/Obnam.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property') diff --git a/src/Propellor/Property/Obnam.hs b/src/Propellor/Property/Obnam.hs index e5ef7365..3d13e61e 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 -- cgit v1.2.3