Loading Changelog.md +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ ## Refactor ## Bug fixes * Fix path to `bundle` in `script/server` [#7281](https://github.com/diaspora/diaspora/pull/7281) ## Features Loading script/server +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ if [ $? -eq 0 ]; then fi # Check if bundle is complete if ! bundle check > /dev/null if ! bin/bundle check > /dev/null then fatal "Your bundle is not up to date, run the command \"bundle install\"" fi Loading Loading
Changelog.md +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ ## Refactor ## Bug fixes * Fix path to `bundle` in `script/server` [#7281](https://github.com/diaspora/diaspora/pull/7281) ## Features Loading
script/server +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ if [ $? -eq 0 ]; then fi # Check if bundle is complete if ! bundle check > /dev/null if ! bin/bundle check > /dev/null then fatal "Your bundle is not up to date, run the command \"bundle install\"" fi Loading