From 50f72663e186e586d35e1d2b9badfd501c128f77 Mon Sep 17 00:00:00 2001 From: davtur19 Date: Sun, 18 Aug 2024 17:20:16 +0200 Subject: [PATCH] fix typo --- dotgit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotgit.js b/dotgit.js index 28633ba..728d46b 100644 --- a/dotgit.js +++ b/dotgit.js @@ -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/";