Skip to content

Commit

Permalink
Missing underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Yammine committed Jul 18, 2016
1 parent fc60f68 commit 0b0c892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ex_trello/config.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defmodule ExTrello.Config do
Set OAuth configuration values.
"""
def set(value), do: set(current_scope, value)
def set(:global, value), do: Application.put_env(:extrello, :oauth, value)
def set(:global, value), do: Application.put_env(:ex_trello, :oauth, value)
def set(:process, value) do
Process.put(:_ex_trello_oauth, value)
:ok
Expand Down

0 comments on commit 0b0c892

Please sign in to comment.