Skip to content

Commit 02d7180

Browse files
committed
invert-match
1 parent 60063b3 commit 02d7180

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/vtcomboserver/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cp -r /boulder/sa/vtschema/ "${VTSCHEMADIR}"
3535
for DB in boulder_sa boulder_sa_next incidents_sa incidents_sa_next ; do
3636
# In MariaDB land, we need a `USE` statement in the SQL. In Vitess,
3737
# it's disallowed.
38-
grep --ignore-case --inver-match '^USE ' \
38+
grep --ignore-case --invert-match '^USE ' \
3939
/boulder/sa/db/*"${DB}".sql > "${VTSCHEMADIR}/${DB}/schema.sql"
4040
done
4141

0 commit comments

Comments
 (0)