We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0b216 commit d96b877Copy full SHA for d96b877
etc/update-spec-test.sh
@@ -25,6 +25,6 @@ curl -sL https://github.com/mongodb/specifications/archive/master.zip -o "$tmpdi
25
unzip -d "$tmpdir" "$tmpdir/specs.zip" > /dev/null
26
27
touch "$spec_root/$1"
28
-rsync -ah "$tmpdir/specifications-master/source/$1" "$spec_root/$1" --delete
+rsync -ah "$tmpdir/specifications-master/source/$1" "$spec_root" --delete
29
30
rm -rf "$tmpdir"
0 commit comments