mirror of https://github.com/status-im/migrate.git
Fix a typo
I was browsing this and noticed the typo that is causing syntax highlighting to be off.
This commit is contained in:
parent
734803549d
commit
a7e1cacd36
|
@ -15,7 +15,7 @@ cd examples/migrations && go-bindata -pkg migrations .
|
|||
import (
|
||||
"github.com/mattes/migrate"
|
||||
"github.com/mattes/migrate/source/go-bindata"
|
||||
"github.com/mattes/migrate/source/go-bindata/examples/migrations
|
||||
"github.com/mattes/migrate/source/go-bindata/examples/migrations"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Reference in New Issue