From 944fe37fdecb5c248a67fcbe8627d0f8cf8245e0 Mon Sep 17 00:00:00 2001 From: Doug Date: Tue, 25 Feb 2025 11:29:54 +0000 Subject: [PATCH] Fix the unassumed path. --- .githooks/post-checkout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.githooks/post-checkout b/.githooks/post-checkout index a424f0b81..5497c8e59 100755 --- a/.githooks/post-checkout +++ b/.githooks/post-checkout @@ -6,4 +6,4 @@ git lfs post-checkout "$@" export PATH="$PATH:/opt/homebrew/bin" # ignores updates of 'Secrets.swift' to avoid pushing sensitive data by mistake -git update-index --assume-unchanged ElementX/SupportingFiles/Secrets.swift +git update-index --assume-unchanged Secrets/Secrets.swift