Skip to content

Commit

Permalink
Changes the default release stream from "oss" to "open"
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSeptimus-Klotho committed Jan 26, 2023
1 parent e8d8f8a commit ae5531b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/klotho/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

func main() {
km := cli.KlothoMain{
DefaultUpdateStream: "oss:latest",
DefaultUpdateStream: "open:latest",
Version: Version,
PluginSetup: func(psb *cli.PluginSetBuilder) error {
return psb.AddAll()
Expand Down

0 comments on commit ae5531b

Please sign in to comment.