Include scripts directory when building pathname

This commit is contained in:
Chris Roberts 2018-06-12 16:20:30 -07:00
parent 2628d93370
commit 16bcc1d874
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module VagrantPlugins
# @return [Pathname] Path to scripts directory
def self.scripts_path
Pathname.new(File.expand_path("..", __FILE__))
Pathname.new(File.expand_path("../scripts", __FILE__))
end
# @return [Pathname] Path to modules directory