Skip to content

Commit b014976

Browse files
committed
Fix spec update script comments
1 parent f7e0762 commit b014976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/update-spec-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

3-
# This script is used to fetch the latest JSON tests for the CRUD spec. It puts the tests in the
4-
# direcory $reporoot/data/crud. It should be run from the root of the repository.
3+
# This script is used to fetch the latest tests for the specified spec.
4+
# It puts the tests in the direcory $spec_root. It should be run from the root of the repository.
55

66
set -o errexit
77
set -o nounset

0 commit comments

Comments
 (0)