aboutsummaryrefslogtreecommitdiff
path: root/config_sample.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-05-19 20:51:28 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2010-05-19 20:51:28 +0200
commita06f7e091afca7e7140d4c416e8cc3feaa9dca2b (patch)
tree5044f91782289cf5e5d8827584207d1336f0b12e /config_sample.rb
parenta292953ee8a9101cb50fdbc4811c343a0fb11f91 (diff)
avoid double initialization of VCS
Diffstat (limited to 'config_sample.rb')
-rw-r--r--config_sample.rb2
1 files changed, 1 insertions, 1 deletions
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(/[^\/]*$/,"")}"