Merge pull request #1484 from betagouv/fix-typo

[Ref #1170] Fix a typo in #1267
This commit is contained in:
gregoirenovel 2018-02-26 15:39:27 +01:00 committed by GitHub
commit d9ff1a0e4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
class StagingAuthService
CONFIG_PATH = Rails.root.join("/config/basic_auth.yml")
CONFIG_PATH = Rails.root.join("config/basic_auth.yml")
def self.authenticate(username, password)
if enabled?