Skip to content

Commit

Permalink
Merge pull request #66 from marchersimon/fix-macos
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanMachine1 authored Nov 12, 2021
2 parents 19b9f72 + 5e86320 commit 2faf09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tldr.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define TMP_FILE "/main.zip"
#define TMP_FILE_LEN (sizeof(TMP_FILE) - 1)

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

#define TLDR_HOME "/.tldrc"
Expand Down

0 comments on commit 2faf09e

Please sign in to comment.