Skip to content

Commit

Permalink
Merge pull request #4704 from jacobherrington/jacobherrington/remove-…
Browse files Browse the repository at this point in the history
…typo-from-warning

Remove typo from warning about solidus migration check
  • Loading branch information
waiting-for-dev authored Nov 8, 2022
2 parents 1fe96cc + ff7c6ae commit 54a16e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/spree/migrations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def check
#{missing_migrations.map {|m| "#{prefix} - #{m}"}.join("\n")}
#{prefix}
#{prefix} Run `bin/rails railties:install:migrations` to get them.
#{prefix} You can silence thi warning by setting the `SOLIDUS_SKIP_MIGRATIONS_CHECK` environment variable.
#{prefix} You can silence this warning by setting the `SOLIDUS_SKIP_MIGRATIONS_CHECK` environment variable.
WARN
end

Expand Down

0 comments on commit 54a16e5

Please sign in to comment.