Skip to content

Commit

Permalink
Cleaning up compilation warning
Browse files Browse the repository at this point in the history
As described in elixir-lang/elixir#3268
  • Loading branch information
rasoliveira authored Apr 6, 2017
1 parent 91c9011 commit cbea8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/micro_status.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule MicroStatus do
end

def fetch_version(:dev) do
~s({ "commit_sha": "#{local_git_revision}", "version": null })
~s({ "commit_sha": "#{local_git_revision()}", "version": null })
end

def fetch_version(:prod) do
Expand Down

0 comments on commit cbea8e1

Please sign in to comment.