summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Desantis <desa.alessandro@gmail.com>2021-02-05 18:03:28 +0100
committerGitHub <noreply@github.com>2021-02-05 18:03:28 +0100
commitbdd6c1c0fc18a78296c7abef0fe778ad31d25948 (patch)
treecfa87426ea766d72e2da2e20209bde6e52bb9c91
parent6c415c25cead5ecd219b4a5a0004870211440f00 (diff)
parentcd2921bd361d7813adae884e11e6ef5f3e23a2d7 (diff)
Merge pull request #197 from solidusio-contrib/mr/fix-sandbox-creation-error
Fix sandbox creation error
-rwxr-xr-xbin/sandbox2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sandbox b/bin/sandbox
index 83aea83..f2b23eb 100755
--- a/bin/sandbox
+++ b/bin/sandbox
@@ -67,7 +67,7 @@ unbundled bundle install --gemfile Gemfile
unbundled bundle exec rake db:drop db:create
-unbundled bundle exec rails generate spree:install \
+unbundled bundle exec rails generate solidus:install \
--auto-accept \
--user_class=Spree::User \
--enforce_available_locales=true \