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 }