refactor: clarify source.JoinPath usage restricted to file paths
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/fetcher/channel.go → internal/fetcher/channel.go
@@ -41,7 +41,7 @@ func (i *ChannelFetcher) FetchIfNeeded( ctx context.Context, sourceMeta *meta.SourceMeta, ) (*FetchedFiles, error) { - target := i.Source.JoinPath("options.json") + target := i.Source.JoinFilePath("options.json") args := []string{ "--no-build-output", "--timeout",