Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <zongzhe1024@163.com>
  • Loading branch information
zong-zhe committed Dec 16, 2024
1 parent adb5bc0 commit 2046311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/deperated.go
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ func (c *KpmClient) Download(dep *pkg.Dependency, homePath, localPath string) (*
}

if localPath != dep.LocalFullPath {
err = os.MoveOrCopy(localPath, dep.LocalFullPath)
err = utils.MoveOrCopy(localPath, dep.LocalFullPath)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 2046311

Please sign in to comment.