Skip to content

Commit

Permalink
should not set echo plugin as default (flyteorg#5713)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Bugra Gedik <[email protected]>
  • Loading branch information
pingsutw authored and bgedik committed Sep 12, 2024
1 parent b46e203 commit 2afe101
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 2afe101

Please sign in to comment.