Skip to content

Commit d956bd2

Browse files
committed
Image: update cache folder's name
1 parent 7a6a2ad commit d956bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logo/image/image.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ static bool printImageIfExistsSlowPath(FFinstance* instance, FFLogoType type)
690690
else
691691
ffStrbufEnsureEndsWithC(&requestData.cacheDir, '/');
692692

693-
ffStrbufAppendS(&requestData.cacheDir, "images");
693+
ffStrbufAppendS(&requestData.cacheDir, "fastfetch");
694694

695695
ffStrbufEnsureFree(&requestData.cacheDir, PATH_MAX);
696696
if(realpath(instance->config.logo.source.chars, requestData.cacheDir.chars + requestData.cacheDir.length) == NULL)

0 commit comments

Comments
 (0)