diff options
| author | Paul Buetow <paul@buetow.org> | 2025-01-06 22:33:50 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-01-06 22:33:50 +0200 |
| commit | f2715f0a6e055198765471020047987b6296e0d3 (patch) | |
| tree | 7a8e838f6a6cc648e0672640b5fbbf8edb36b7b2 /internal/queue | |
| parent | b9beca8449a10ba53807ecfc7d4b15cb6f14e82e (diff) | |
colour function names to be more consistent
Diffstat (limited to 'internal/queue')
| -rw-r--r-- | internal/queue/queue.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
