Skip to content

Commit

Permalink
apply System.get_env
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Sep 23, 2013
1 parent 0cebfa8 commit c5b1658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot.iex
@@ -1,3 +1,3 @@
url = String.from_char_list!(:os.getenv("FIREBASE_URL"))
url = System.get_env("FIREBASE_URL")
ExFirebase.set_url(url)
fb = ExFirebase

0 comments on commit c5b1658

Please sign in to comment.