Fixed typo in skip

This commit is contained in:
Timothy Sehn
2020-09-14 09:53:22 -07:00
parent 4da33e536b
commit c79c6f22bb

View File

@@ -420,6 +420,6 @@ SQL
dolt add test
dolt commit -m "added row"
FIRST_COMMIT=`dolt log | grep commit | cut -d " " -f 2 | tail -1`
skip "The blow panics."
skip "The below panics."
dolt diff master@$FIRST_COMMIT test-branch
}