diff --git a/Redmine.pm b/Redmine.pm index bfb2b30..f992bf5 100644 --- a/Redmine.pm +++ b/Redmine.pm @@ -290,7 +290,7 @@ sub RedmineRepositoryType { my ($cfg, $parms, $arg) = @_; $arg = trim($arg); if($arg eq 'Subversion' || $arg eq 'Git') { - $cfg->{RepositoryType} = $arg; + $cfg->{RepositoryType} = 'Repository::'.$arg; } else { die "Invalid RedmineRepositoryType value: $arg, choose either Subversion or Git !"; }