[ciderwebmail] 10/33: Fix typo in PSGI file.

Jonas Smedegaard dr at jones.dk
Wed May 21 12:44:46 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository ciderwebmail.

commit 3a9fdf7816773f266074b761e4f92523afa53e0f
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Aug 2 13:07:35 2012 +0200

    Fix typo in PSGI file.
---
 debian/etc/ciderwebmail.psgi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/etc/ciderwebmail.psgi b/debian/etc/ciderwebmail.psgi
index 63b62b7..2828415 100644
--- a/debian/etc/ciderwebmail.psgi
+++ b/debian/etc/ciderwebmail.psgi
@@ -2,7 +2,7 @@ use strict;
 use warnings;
 
 BEGIN {
-	$ENV{CATALYST_CONFIG} |= '/etc/ciderwebmai';
+	$ENV{CATALYST_CONFIG} |= '/etc/ciderwebmail';
 }
 
 use CiderWebmail;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/ciderwebmail.git



More information about the Pkg-perl-cvs-commits mailing list