Skip to content

Commit

Permalink
fix: clean up helm debug logs (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
abuchanan-airbyte authored Sep 10, 2024
1 parent 40cf5a5 commit 8ac1839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/local/helm/helm.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ func (d helmLogger) Write(p []byte) (int, error) {
}

func (d helmLogger) Debug(format string, v ...interface{}) {
pterm.Debug.Println(fmt.Sprintf("helm - DEBUG: "+format, v...))
pterm.Debug.Println(fmt.Sprintf("helm: "+format, v...))
}

0 comments on commit 8ac1839

Please sign in to comment.