From: Don Armstrong Date: Wed, 15 Feb 2012 20:15:13 +0000 (-0800) Subject: * fix colon typo X-Git-Tag: debian-r/squeeze~14 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c29ffa55ed08e9d7185d345fe857f88ac363fc31;p=dak.git * fix colon typo --- diff --git a/config/debian-r/dak.conf b/config/debian-r/dak.conf index 8ec83391..22b4132d 100644 --- a/config/debian-r/dak.conf +++ b/config/debian-r/dak.conf @@ -186,9 +186,9 @@ Dir Reject "/srv/debian-r/queue/reject/"; Queue { - Unchecked "/srv/debian-r/queue/unchecked/": + Unchecked "/srv/debian-r/queue/unchecked/"; Byhand "/srv/debian-r/queue/byhand/"; - New "/srv/debian-r/queue/new"; + New "/srv/debian-r/queue/new/"; NewStage "/srv/debian-r/queue/newstage/"; Reject "/srv/debian-r/queue/reject/"; };