From a06f7e091afca7e7140d4c416e8cc3feaa9dca2b Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Wed, 19 May 2010 20:51:28 +0200 Subject: avoid double initialization of VCS --- config_sample.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config_sample.rb') diff --git a/config_sample.rb b/config_sample.rb index 917a1aa..5497f47 100644 --- a/config_sample.rb +++ b/config_sample.rb @@ -21,7 +21,7 @@ # bzr and git is implemented # Warning: bzr is slow! # Warning: git needs git >=1.6.5 -load "git.rb" +require "git" # Change this if the url is not determined correctly SITEURL = "http://#{$cgi.server_name}#{$cgi.script_name.gsub(/[^\/]*$/,"")}" -- cgit v1.2.3