aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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(/[^\/]*$/,"")}"