Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 193f50d

Browse files
committed
fix: golangci-lint errors
1 parent 8593b80 commit 193f50d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cmd/generate.go

-1
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,4 @@ func init() {
100100
GenerateCmd.Flags().StringVarP(&outputType, "output-type", "", "stdout", "type of output: can be one of 'stdout', 'file'")
101101
GenerateCmd.Flags().StringVarP(&outputFileType, "output-filetype", "", "env", "when output is a file: can be one of 'env', 'js/javascript'")
102102
GenerateCmd.Flags().StringVarP(&output, "output-path", "", "properties/{{.name}}.properties", "output path")
103-
104103
}

controllers/output.go

-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ func (r *KonfigReconciler) getResources(config pkg.Config) ([]pkg.Resource, erro
9696
if obj != nil {
9797
resources = append(resources, pkg.Resource{Item: obj})
9898
}
99-
10099
}
101100
return resources, nil
102101
}

0 commit comments

Comments
 (0)