diff --git a/pkg/util/concurrency.go b/pkg/util/concurrency.go index 4891445..6696fff 100644 --- a/pkg/util/concurrency.go +++ b/pkg/util/concurrency.go @@ -38,7 +38,7 @@ func NewInterrupt() *interrupt { select { case <-interrupt: - fmt.Fprintln(os.Stderr, CheckColors(color.RedString, CheckColors(color.RedString, "\nCurrent execution cannot be interrupted!\r"))) + fmt.Fprintln(os.Stderr, CheckColors(color.RedString, CheckColors(color.RedString, "\nCurrent execution cannot be interrupted!"))) case <-quit: return