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 60063b3 commit 02d7180Copy full SHA for 02d7180
1 file changed
test/vtcomboserver/run.sh
@@ -35,7 +35,7 @@ cp -r /boulder/sa/vtschema/ "${VTSCHEMADIR}"
35
for DB in boulder_sa boulder_sa_next incidents_sa incidents_sa_next ; do
36
# In MariaDB land, we need a `USE` statement in the SQL. In Vitess,
37
# it's disallowed.
38
- grep --ignore-case --inver-match '^USE ' \
+ grep --ignore-case --invert-match '^USE ' \
39
/boulder/sa/db/*"${DB}".sql > "${VTSCHEMADIR}/${DB}/schema.sql"
40
done
41
0 commit comments