diff --git a/pkg/downloader/manager.go b/pkg/downloader/manager.go index 1339ff88e..9620a9c82 100644 --- a/pkg/downloader/manager.go +++ b/pkg/downloader/manager.go @@ -90,7 +90,7 @@ func (m *Manager) Build() error { } if c.Metadata.Dependencies == nil && m.Debug { - fmt.Print("No dependencies found to build") + fmt.Fprintln(m.Out, "No dependencies found to build") return nil } // If a lock file is found, run a build from that. Otherwise, just do