From 0f1019774d653bd6bb53045d4217afeddb69cfb2 Mon Sep 17 00:00:00 2001 From: DataHearth Date: Wed, 20 Jul 2022 11:33:51 +0200 Subject: [PATCH] fix(items): fix stdout when no path is available --- internal/items.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/items.go b/internal/items.go index 6b46d96..2df7f87 100644 --- a/internal/items.go +++ b/internal/items.go @@ -57,7 +57,7 @@ func (e *Items) Action(action string) { continue } if storagePath == "" && systemPath == "" { - color.Blue("[%d] file doesn't have configuration path for current OS. Skipping...") + color.Blue("[%d] file doesn't have configuration path for current OS. Skipping...", i) continue }