aboutsummaryrefslogtreecommitdiffstats
path: root/tool/make-snapshot
diff options
context:
space:
mode:
Diffstat (limited to 'tool/make-snapshot')
-rwxr-xr-xtool/make-snapshot2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index fa234f5ca6..d6530b3842 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -7,7 +7,7 @@ require 'fileutils'
require 'shellwords'
require 'tmpdir'
require 'pathname'
-require File.expand_path("../vcs", __FILE__)
+require File.expand_path("../lib/vcs", __FILE__)
require File.expand_path("../colorize", __FILE__)
STDOUT.sync = true