Skip to content

Commit fcc0b87

Browse files
committed
Fixes bug caused by debug code left behind.
1 parent fba05fb commit fcc0b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git-split-file.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ mergeSplitBranch() {
371371
&& commit "Merging split file '${g_sSourceFileName}'"
372372
) || (
373373
printStatus 'Merge conflict remains. Attempting to resolve more aggressively.'
374-
git add $(cat git-status.log | grep -o -E 'added by us: .*' | cut -d ':' -f 2) \
374+
git add $(cat git status | grep -o -E 'added by us: .*' | cut -d ':' -f 2) \
375375
&& commit "Merging split file '${g_sSourceFileName}'"
376376
)
377377
else

0 commit comments

Comments
 (0)