Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davtur19 committed Aug 18, 2024
1 parent cc917f3 commit 50f7266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotgit.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const ENV_PATH = "/.env";
const ENV_SEARCH = "^[A-Z_]+=|^[#\\n\\r ][\\s\\S]*^[A-Z_]+=";

const DS_STORE = "/.DS_Store";
const DS_STORE_HEADER = "^\x00\x00\x00\x01Bud1";
const DS_STORE_HEADER = "\x00\x00\x00\x01Bud1";

const GIT_TREE_HEADER = "tree ";
const GIT_OBJECTS_PATH = "objects/";
Expand Down

0 comments on commit 50f7266

Please sign in to comment.