summaryrefslogtreecommitdiffstats
path: root/extra/svn/reposman.rb
diff options
context:
space:
mode:
Diffstat (limited to 'extra/svn/reposman.rb')
-rwxr-xr-xextra/svn/reposman.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/svn/reposman.rb b/extra/svn/reposman.rb
index e897a4f4f..8319287e2 100755
--- a/extra/svn/reposman.rb
+++ b/extra/svn/reposman.rb
@@ -175,7 +175,7 @@ unless File.directory?($repos_base)
end
begin
- require 'activeresource'
+ require 'active_resource'
rescue LoadError
log("This script requires activeresource.\nRun 'gem install activeresource' to install it.", :exit => true)
end