Skip to content

Commit

Permalink
Fixed an embarrassing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
anzboi committed Feb 20, 2019
1 parent f6c7fcc commit f59b277
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/kubeseal/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ func seal(in io.Reader, out io.Writer, codecs runtimeserializer.CodecFactory, pu
var contentType string
switch strings.ToLower(*outputFormat) {
case "json", "":
x := 1
fmt.Println(x + 1)
contentType = runtime.ContentTypeJSON
case "yaml":
contentType = "application/yaml"
Expand Down

0 comments on commit f59b277

Please sign in to comment.