Skip to content

Commit

Permalink
Use actual API endpoint by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrene committed Dec 28, 2018
1 parent d378685 commit 9fb01d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/inch_ex/cli/commands/report_command.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule InchEx.CLI.Commands.ReportCommand do
@env_var_skip_report "INCH_SKIP_REPORT"
@build_api_end_point "http://localhost:4000/api/v2/builds"
@build_api_end_point "https://inch-ci.org/api/v2/builds"

alias InchEx.CLI.Options
alias InchEx.CodeObject
Expand Down

0 comments on commit 9fb01d0

Please # to comment.