Skip to content

Commit 944fe37

Browse files
committed
Fix the unassumed path.
1 parent 3884b83 commit 944fe37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.githooks/post-checkout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ git lfs post-checkout "$@"
66
export PATH="$PATH:/opt/homebrew/bin"
77

88
# ignores updates of 'Secrets.swift' to avoid pushing sensitive data by mistake
9-
git update-index --assume-unchanged ElementX/SupportingFiles/Secrets.swift
9+
git update-index --assume-unchanged Secrets/Secrets.swift

0 commit comments

Comments
 (0)