fix(items): fix stdout when no path is available

This commit is contained in:
DataHearth 2022-07-20 11:33:51 +02:00
parent 42d2152f8e
commit 0f1019774d
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
1 changed files with 1 additions and 1 deletions

View File

@ -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
}