mirror of https://github.com/pressly/goose.git
readme: update import path in heroku instructions
parent
80293b668f
commit
8b0e5cc603
|
@ -196,7 +196,7 @@ These instructions assume that you're using [Keith Rarick's Heroku Go buildpack]
|
|||
// +build heroku
|
||||
package main
|
||||
|
||||
import _ "bitbucket.org/liamstask/goose"
|
||||
import _ "bitbucket.org/liamstask/goose/cmd/goose"
|
||||
|
||||
[Set up your Heroku database(s) as usual.](https://devcenter.heroku.com/articles/heroku-postgresql)
|
||||
|
||||
|
|
Loading…
Reference in New Issue