From ed558a0e709a0e7b3db45ecc79055b90fd307ad5 Mon Sep 17 00:00:00 2001 From: Gnanakeethan Balasubramaniam Date: Thu, 6 Jul 2017 07:45:07 +0530 Subject: [PATCH] Fix: typo due to find and replace migration renamed to m Signed-off-by: Gnanakeethan Balasubramaniam --- migration/ddl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migration/ddl.go b/migration/ddl.go index 4389ca8c..f1f19783 100644 --- a/migration/ddl.go +++ b/migration/ddl.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package m +package migration import ( "fmt"