Skip to content

Commit d96b877

Browse files
committed
minor: fix spec test syncing script
1 parent 2a0b216 commit d96b877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/update-spec-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ curl -sL https://github.com/mongodb/specifications/archive/master.zip -o "$tmpdi
2525
unzip -d "$tmpdir" "$tmpdir/specs.zip" > /dev/null
2626

2727
touch "$spec_root/$1"
28-
rsync -ah "$tmpdir/specifications-master/source/$1" "$spec_root/$1" --delete
28+
rsync -ah "$tmpdir/specifications-master/source/$1" "$spec_root" --delete
2929

3030
rm -rf "$tmpdir"

0 commit comments

Comments
 (0)