Get full path to Vagrantfile without Vagrantfile name
This commit is contained in:
parent
6cde007530
commit
3e74501d26
@ -78,7 +78,7 @@ func (p *Project) VagrantfileName() (name string, err error) {
|
||||
|
||||
// VagrantfilePath implements core.Project
|
||||
func (p *Project) VagrantfilePath() (pp path.Path, err error) {
|
||||
pp = path.NewPath(p.project.Configuration.Path)
|
||||
pp = path.NewPath(p.project.Configuration.Path).Parent()
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user