Skip to content

Commit

Permalink
はい、テスト通った! 君の書いたコードテスト通ったよ!
Browse files Browse the repository at this point in the history
  • Loading branch information
vkgtaro committed Jan 3, 2010
1 parent 8147f76 commit e308a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Taroweb/Postfix.pm
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ sub build_line {
sub build_maildir {
my ( $self, $account, $domain ) = @_;

return sprintf "%s/%s/Maildir", $domain, $account;
return sprintf "%s/%s/Maildir/", $domain, $account;
}

sub write_virtual_file {
Expand Down

0 comments on commit e308a98

Please sign in to comment.