diff options
Diffstat (limited to 'extra/svn/reposman.rb')
-rwxr-xr-x | extra/svn/reposman.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/svn/reposman.rb b/extra/svn/reposman.rb index 85977e815..46b9adc19 100755 --- a/extra/svn/reposman.rb +++ b/extra/svn/reposman.rb @@ -59,7 +59,7 @@ def read_key_from_file(filename) end def set_scm(scm) - $scm = v.capitalize + $scm = scm.capitalize unless SUPPORTED_SCM.include?($scm) log("Invalid SCM: #{$scm}\nValid SCM are: #{SUPPORTED_SCM.join(', ')}", :exit => true) end |