Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar committed Mar 1, 2023
1 parent 7f4f139 commit 70d14e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/internal/graph/graph.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (g *CompleteGraph) GetPackageTaskVisitor(
packageTask,
taskGraph.DownEdges(taskID),
logger,
getArgs(taskID),
getArgs(taskName),
)

if err != nil {
Expand Down

0 comments on commit 70d14e8

Please sign in to comment.