From: dms Date: Wed, 10 Jan 2001 14:54:40 +0000 (+0000) Subject: quote typo@18,default==unstable X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b86207c477ba00bfbaf2c03af29c45b10f33c64d;p=infobot.git quote typo@18,default==unstable git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@234 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/Modules/Debian.pl b/blootbot/src/Modules/Debian.pl index 7652c8c..646df02 100644 --- a/blootbot/src/Modules/Debian.pl +++ b/blootbot/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