Skip to content

Commit

Permalink
fix: fix test case
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <zongzhe1024@163.com>
  • Loading branch information
zong-zhe committed Nov 15, 2024
1 parent ca697c6 commit 2a498c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resolver/resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func (dr *DepsResolver) Resolve(options ...ResolveOption) error {
}

err = depVisitor.Visit(depSource, func(kclMod *pkg.KclPkg) error {
dep.FromKclPkg(kclMod)
dep.LocalFullPath = kclMod.HomePath
for _, resolveFunc := range dr.ResolveFuncs {
err := resolveFunc(&dep, kMod)
if err != nil {
Expand Down

0 comments on commit 2a498c4

Please sign in to comment.