mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-25 03:05:52 -05:00
Fixed typo in skip
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user