Skip to content

Commit

Permalink
Update keycloak.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
mor-wtag committed Jan 2, 2024
1 parent 438a039 commit 4f8fca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/keycloak.rb
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def self.decoded_refresh_token(refresh_token = '')
KEYCLOACK_CONTROLLER_DEFAULT = 'session'.freeze

def self.get_installation
if File.exists?(Keycloak.installation_file)
if File.exist?(Keycloak.installation_file)
installation = JSON File.read(Keycloak.installation_file)
@realm = installation["realm"]
@client_id = installation["resource"]
Expand Down

0 comments on commit 4f8fca7

Please sign in to comment.