Skip to content

Commit

Permalink
Fix the conflict with habana device plugin.
Browse files Browse the repository at this point in the history
Signed-off-by: Yugar-1 <[email protected]>
  • Loading branch information
Yugar-1 committed Sep 26, 2024
1 parent a63e150 commit d2ed697
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ func (p *Plugin) Run(isNeed bool) error {
}

ctx := context.Background()
dirs := []string{hooks.DefaultDir, hooks.OverrideDir}
dirs := []string{hooks.OverrideDir}
mgr, err = hooks.New(ctx, dirs, []string{})
if err != nil {
return fmt.Errorf("failed to set up hook manager: %v", err)
Expand Down

0 comments on commit d2ed697

Please sign in to comment.