From 9dcedcc9c270d3a9d0d33ac1e7a256d37fd8171e Mon Sep 17 00:00:00 2001 From: hoatle Date: Sun, 12 Aug 2018 17:36:47 +0700 Subject: [PATCH] @ #277 | minor changes --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 6812f001..46864e0d 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -6,6 +6,6 @@ if ARGV[0] && !unloadable_sub_commands.include?(ARGV[0]) lib_dir = File.expand_path('./lib', __dir__) $LOAD_PATH.unshift(lib_dir) unless $LOAD_PATH.include?(lib_dir) - require('teracy-dev') + require 'teracy-dev' end