Skip to content

Commit

Permalink
Go fmted
Browse files Browse the repository at this point in the history
  • Loading branch information
shyiko committed Apr 13, 2018
1 parent 86280f8 commit 7a04091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubesec.go
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ func main() {
)
for _, cmd := range rootCmd.Commands() {
switch cmd.Name() {
case "encrypt", "decrypt", "edit", "patch":
case "encrypt", "decrypt", "edit", "patch":
cmd.Flags().BoolP("in-place", "i", false, "Write back to [file] (instead of stdout)")
case "merge":
cmd.Flags().BoolP("in-place", "i", false, "Write back to [target] (instead of stdout)")
Expand Down

0 comments on commit 7a04091

Please sign in to comment.