We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375a00d commit a0af17fCopy full SHA for a0af17f
scripts/diff-match/for-multi.sh
@@ -46,7 +46,7 @@ for commit in $commits; do
46
cat "$before_tmp/$file" >> "$before_tmp/$commit.tsx"
47
cat "$after_tmp/$file" >> "$after_tmp/$commit.tsx"
48
49
- actual_files+= ("$file")
+ actual_files+=("$file")
50
fi
51
done
52
0 commit comments