Skip to content

Commit

Permalink
remove empty line
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Valiarovski <maxim.valiarovski@target.com>
  • Loading branch information
darkstarmv committed Mar 29, 2023
1 parent 6e326d4 commit 3403e96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/vela-kubernetes/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ func (a *Apply) Command(c *Config, file string) *exec.Cmd {
// add flag for dry run from provided apply dry run
if a.DryRun {
flags = append(flags, fmt.Sprintf("--dry-run=server"))

}

// add flag for file from provided apply file
Expand Down

0 comments on commit 3403e96

Please sign in to comment.