From ea02bfea152fd1f04dee29d884d49d4d42ab3d90 Mon Sep 17 00:00:00 2001 From: Manuel Tancoigne Date: Tue, 31 Oct 2023 09:56:51 +0100 Subject: [PATCH] fix(migrations_fixer): Fix typo --- lib/migrations_fixer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/migrations_fixer.rb b/lib/migrations_fixer.rb index eaf10950c3..9978421b8f 100644 --- a/lib/migrations_fixer.rb +++ b/lib/migrations_fixer.rb @@ -72,7 +72,7 @@ def helper Fix migrations issue when switching from osp-app to decidim-app. Rake task will automatically save already passed migrations from current project that are marked as 'down'. Then it will try to migrate each 'down' version, if it fails, it automatically note as 'up' -Parametes: +Parameters: * MIGRATIONS_PATH - String [Relative or absolute path] : Pass to previous decidim project Example: bundle exec rake decidim:db:migrate MIGRATIONS_PATH='../osp-app/db/migrate'