Skip to content

Commit

Permalink
fix(envinspection): repository="unmanaged"
Browse files Browse the repository at this point in the history
  • Loading branch information
iseki0 committed Jul 23, 2024
1 parent 477b405 commit 61d6a3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions envinspection/inspection.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func InspectEnv(ctx context.Context) error {
for i := range module.Dependencies {
module.Dependencies[i].IsOnline.SetOnline(false)
module.Dependencies[i].IsDirectDependency = true
module.Dependencies[i].EcoRepo.Repository = "unmanaged"
}
task.Modules = append(task.Modules, module)

Expand Down

0 comments on commit 61d6a3f

Please sign in to comment.