From 9fb01d0a84749c3bdd48d22656a715eccaa86a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20F=C3=B6hring?= Date: Fri, 28 Dec 2018 13:04:41 +0100 Subject: [PATCH] Use actual API endpoint by default --- lib/inch_ex/cli/commands/report_command.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/inch_ex/cli/commands/report_command.ex b/lib/inch_ex/cli/commands/report_command.ex index 8afaab4..b649885 100644 --- a/lib/inch_ex/cli/commands/report_command.ex +++ b/lib/inch_ex/cli/commands/report_command.ex @@ -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