Skip to content

Commit f57be2f

Browse files
srtaalejzimeg
andauthored
Update internal/pkg/apps/install.go
Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
1 parent ac8245a commit f57be2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/pkg/apps/install.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ func resolveIconPath(ctx context.Context, clients *shared.ClientFactory, manifes
657657
_, _ = clients.IO.WriteOut().Write([]byte(style.SectionSecondaryf("Warning: icon path from manifest not found: %s", manifestIcon)))
658658
return ""
659659
}
660-
return icon.ResolveIconPath(clients.Fs, "")
660+
return icon.ResolveIconPath(clients.Fs)
661661
}
662662

663663
// updateIcon will upload the new icon to the Slack API

0 commit comments

Comments
 (0)