Skip to content

Commit

Permalink
Set ENGINE_PATH to the right path
Browse files Browse the repository at this point in the history
  • Loading branch information
rosa committed Mar 5, 2019
1 parent c07ba1f commit bd3adcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/rails
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# installed from the root of your application.

ENGINE_ROOT = File.expand_path('..', __dir__)
ENGINE_PATH = File.expand_path('../lib/blorgh/engine', __dir__)
ENGINE_PATH = File.expand_path('../lib/google_sign_in/engine', __dir__)
APP_PATH = File.expand_path('../test/dummy/config/application', __dir__)

# Set up gems listed in the Gemfile.
Expand Down

0 comments on commit bd3adcf

Please sign in to comment.