From 72cfa790a3770369942976baccb2e0b0b2edb437 Mon Sep 17 00:00:00 2001 From: dms Date: Wed, 10 Jan 2001 14:54:40 +0000 Subject: [PATCH] quote typo@18,default==unstable git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@234 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Modules/Debian.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Modules/Debian.pl b/src/Modules/Debian.pl index 7652c8c..646df02 100644 --- a/src/Modules/Debian.pl +++ b/src/Modules/Debian.pl @@ -11,10 +11,10 @@ use strict; # format: "alias=real". my $announce = 0; -my $defaultdist = "woody"; +my $defaultdist = "unstable"; my %dists = ( "unstable" => "sid", - "testing" => "woody, # new since 20001219. + "testing" => "woody", # new since 20001219. "stable" => "potato", "incoming" => "incoming", ### the following don't work. too much effort to get 3 types of distros -- 2.39.5