Skip to content

Commit fae4dcc

Browse files
committed
fix: handling filepath.Clean properly
1 parent a11bf9f commit fae4dcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/templating/templating.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func valuesFileApplicable(secretFile, directoryLimit string) bool {
138138
secretFile = filepath.Clean(secretFile)
139139
directoryLimit = filepath.Clean(directoryLimit)
140140

141-
if directoryLimit == "" {
141+
if directoryLimit == "." {
142142
return true
143143
}
144144

0 commit comments

Comments
 (0)