Skip to content

Commit

Permalink
should not set echo plugin as default (#5713)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: pmahindrakar-oss <[email protected]>
  • Loading branch information
pingsutw authored and pmahindrakar-oss committed Sep 9, 2024
1 parent 2fc3a2c commit e9a4fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flyteplugins/go/tasks/plugins/testing/echo.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func init() {
taskStartTimes: make(map[string]time.Time),
}, nil
},
IsDefault: true,
IsDefault: false,
},
)
}

0 comments on commit e9a4fa9

Please sign in to comment.