mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Include scripts directory when building pathname
This commit is contained in:
parent
2628d93370
commit
16bcc1d874
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue