Skip to content

Commit

Permalink
fix parsing modeline from file for insecure mode
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Kvapil <[email protected]>
  • Loading branch information
kvaps committed May 17, 2024
1 parent 95562bd commit d752a63
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/commands/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ var applyCmd = &cobra.Command{
return nil
},
RunE: func(cmd *cobra.Command, args []string) error {
if applyCmdFlags.insecure {
return WithClientMaintenance(nil, apply(args))
}

return WithClientNoNodes(apply(args))
},
}
Expand Down

0 comments on commit d752a63

Please sign in to comment.