Skip to content

Commit

Permalink
Lint: Remove extra newline
Browse files Browse the repository at this point in the history
Co-authored-by: Horst Gutmann <[email protected]>
  • Loading branch information
sabeechen and zerok authored Jul 29, 2024
1 parent b85f063 commit 4f0b377
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/tk/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ func exportCmd() *cli.Command {
var exportEnvs []*v1alpha1.Environment
// find possible environments
if *recursive {

// get absolute path to Environment
envs, err := tanka.FindEnvsFromPaths(args[1:], tanka.FindOpts{Selector: opts.Selector, Parallelism: opts.Parallelism, JsonnetOpts: opts.Opts.JsonnetOpts})
if err != nil {
Expand Down

0 comments on commit 4f0b377

Please sign in to comment.