Skip to content

Commit 2faf09e

Browse files
Merge pull request #66 from marchersimon/fix-macos
2 parents 19b9f72 + 5e86320 commit 2faf09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tldr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#define TMP_FILE "/main.zip"
2727
#define TMP_FILE_LEN (sizeof(TMP_FILE) - 1)
2828

29-
#define TLDR_DIR "/tldr"
29+
#define TLDR_DIR "/tldr-main" // this is the name of the directory inside `main.zip`
3030
#define TLDR_DIR_LEN (sizeof(TLDR_DIR) - 1)
3131

3232
#define TLDR_HOME "/.tldrc"

0 commit comments

Comments
 (0)