Skip to content

Commit

Permalink
Revert "playground: only pull nightly from cluster version (#2364)" (#…
Browse files Browse the repository at this point in the history
…2397)

This reverts commit 38b6c96.
  • Loading branch information
kaaaaaaang authored Apr 3, 2024
1 parent 48f15f4 commit 6f01692
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/playground/playground.go
Original file line number Diff line number Diff line change
Expand Up @@ -891,9 +891,7 @@ func (p *Playground) bindVersion(comp string, version string) (bindVersion strin
default:
}
if bindVersion == "" {
if version == "nightly" {
bindVersion = version
}
bindVersion = version
}
return
}
Expand Down

0 comments on commit 6f01692

Please sign in to comment.