diff options
author | Mattia Roccoberton <mattiaroccoberton@nebulab.it> | 2021-02-05 15:07:29 +0100 |
---|---|---|
committer | Mattia Roccoberton <mattiaroccoberton@nebulab.it> | 2021-02-05 15:07:29 +0100 |
commit | cd2921bd361d7813adae884e11e6ef5f3e23a2d7 (patch) | |
tree | cfa87426ea766d72e2da2e20209bde6e52bb9c91 /bin/sandbox | |
parent | 6c415c25cead5ecd219b4a5a0004870211440f00 (diff) |
Fix sandbox creation error
Diffstat (limited to 'bin/sandbox')
-rwxr-xr-x | bin/sandbox | 2 |
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 \ |