From f2715f0a6e055198765471020047987b6296e0d3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 6 Jan 2025 22:33:50 +0200 Subject: colour function names to be more consistent --- internal/queue/queue.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/queue') diff --git a/internal/queue/queue.go b/internal/queue/queue.go index cc9de9c..397c438 100644 --- a/internal/queue/queue.go +++ b/internal/queue/queue.go @@ -110,7 +110,7 @@ func queuePlatforms(args config.Args) error { // Keep queued items in trash for a while. trashPath := filepath.Join(trashDir, strings.TrimSuffix(filepath.Base(en.Path), ".queued")+".trash") - colour.Infof("Trashing %s -> %s", en.Path, trashPath) + colour.Infofln("Trashing %s -> %s", en.Path, trashPath) if err := oi.EnsureParentDir(trashPath); err != nil { return err } -- cgit v1.2.3