summaryrefslogtreecommitdiff
path: root/tool/make-snapshot
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-15 08:34:24 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-15 09:40:22 +0900
commit0a711b0edff6eaf978cfc17cdd6a7cc6c17c6686 (patch)
treea4f7984cad1c874691ffa4f8c88167cf0451520b /tool/make-snapshot
parent8f7884761e30c453287d73de6ea733d565635ebc (diff)
Put vcs .rb to under the lib direcotory.
Because it's the common library for tool files.
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