Skip to content

Commit

Permalink
🔥 Remove rest of proxy vm type
Browse files Browse the repository at this point in the history
  • Loading branch information
smoliji committed Jun 14, 2020
1 parent 6f64af2 commit 62b8403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func initializationCheck() {

var readProxyType = func() ProxyType {
proxyType := ""
proxyTypes := []string{string(ProxyTypePod), string(ProxyTypeSQL) /*, ProxyTypeVM*/}
proxyTypes := []string{string(ProxyTypePod), string(ProxyTypeSQL)}
if *flags.proxyType != "" {
filtered := filterStrings(proxyTypes, *flags.proxyType)
if len(filtered) > 0 {
Expand Down

0 comments on commit 62b8403

Please sign in to comment.