From b877afc3711a5d7223244b244965730d4e80ddc2 Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Fri, 12 Feb 2016 19:02:35 +0530 Subject: [PATCH] Fix a typo [ci skip] Remove extra `make` --- doc/development/migration_style_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/development/migration_style_guide.md b/doc/development/migration_style_guide.md index 4fa1961fde..a6077779c0 100644 --- a/doc/development/migration_style_guide.md +++ b/doc/development/migration_style_guide.md @@ -13,7 +13,7 @@ or inconsistencies and guard for that. Try to make as little assumptions as poss about the state of the database. Please don't depend on GitLab specific code since it can change in future versions. -If needed copy-paste GitLab code into the migration to make make it forward compatible. +If needed copy-paste GitLab code into the migration to make it forward compatible. ## Comments in the migration