We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c1c3a commit a9243c5Copy full SHA for a9243c5
internal/plugin/local.go
@@ -55,7 +55,7 @@ func (l *LocalPlugin) LockfileKey() string {
55
}
56
57
func (l *LocalPlugin) Path() string {
58
- path := l.ref.Path
+ path := os.ExpandEnv(l.ref.Path)
59
if !strings.HasSuffix(path, pluginConfigName) {
60
path = filepath.Join(path, pluginConfigName)
61
0 commit comments