diff --git a/cmd/probod-bootstrap/main.go b/cmd/probod-bootstrap/main.go index 69b4baf7e..bb9374f03 100644 --- a/cmd/probod-bootstrap/main.go +++ b/cmd/probod-bootstrap/main.go @@ -40,6 +40,7 @@ func main() { } var configFormat bootstrap.Format + switch *format { case "yaml": configFormat = bootstrap.FormatYAML