Skip to content

Commit 6454659

Browse files
committed
optimized
1 parent f6045bc commit 6454659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/info.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ int uppm_info(const char * packageName, const char * key) {
391391
} else {
392392
return UPPM_ERROR_PACKAGE_IS_BROKEN;
393393
}
394-
} else if (strcmp(key, "installed-files") == 0) {
394+
} else if (strcmp(key, "--files") == 0) {
395395
char uppmHomeDir[256];
396396
size_t uppmHomeDirLength;
397397

0 commit comments

Comments
 (0)