Skip to content

Commit 882c763

Browse files
fix: extra path while copying sparse checkout rules
1 parent 1cd1b05 commit 882c763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/init-ios-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ echo "🧹 Applying sparse-checkout rules from: scripts/config/sparse-checkout.l
3535
git sparse-checkout init --no-cone
3636

3737
# Apply the rules inside Git internals
38-
cp "$MAIN_SPARSE_FILE" "$(git rev-parse --git-path info)/config/sparse-checkout"
38+
cp "$MAIN_SPARSE_FILE" "$(git rev-parse --git-path info)/sparse-checkout"
3939

4040
# Apply to working tree
4141
git read-tree -mu HEAD

0 commit comments

Comments
 (0)