Skip to content

Commit

Permalink
chore: double-spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmartins committed Apr 17, 2024
1 parent 4ba9fb3 commit 2d3c4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var rootCmd = &cobra.Command{
for _, node := range firstFile {

fileName := fmt.Sprintf("%s-%s.yaml", strings.ToLower(node.GetKind()), strings.ToLower(node.GetName()))

fileName = strings.ReplaceAll(fileName, ":", "-")
fmt.Printf("processing: %s\n", fileName)

OverWriteToFile(fmt.Sprintf("%s/%s", result, fileName), node.MustString())
Expand Down

0 comments on commit 2d3c4ac

Please sign in to comment.