Skip to content

Commit 0088908

Browse files
committed
fix: solve the api incompatibility problem
Signed-off-by: zongz <[email protected]>
1 parent fa349b8 commit 0088908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kcl/commands/mod_graph.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func ModGraph(cli *client.KpmClient, args []string) error {
7171
return err
7272
}
7373

74-
depGraph, err := cli.GetDependencyGraph(kclPkg)
74+
_, depGraph, err := cli.InitGraphAndDownloadDeps(kclPkg)
7575
if err != nil {
7676
return err
7777
}

0 commit comments

Comments
 (0)