From 4a6f1706258439db3ee5a50ec6938fef79c7cb97 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel <brecht@blender.org> Date: Sun, 1 Mar 2020 22:42:12 +0100 Subject: [PATCH] Fix .arcconfig not working with latest arcanist version --- .arcconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.arcconfig b/.arcconfig index 16cc29d..b2f7563 100644 --- a/.arcconfig +++ b/.arcconfig @@ -1,6 +1,7 @@ { "project_id" : "Blender Dev Tools", "conduit_uri" : "https://developer.blender.org/", + "phabricator.uri" : "https://developer.blender.org/", "git.default-relative-commit" : "origin/master", "arc.land.update.default" : "rebase" -} \ No newline at end of file +} -- GitLab