From 4baba3ffbefcaea8a84270d7cee2c3e3bb90c8ad Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Wed, 13 Dec 2017 10:01:42 +0100 Subject: [PATCH] Fix repository.callsign in .arcconfig Summary: The callsign had a leading 'r' which doesn't belong to the callsign itself. This prevented arc to properly identify the destination repository. Reviewers: #swift_pilot_client, kbasan Reviewed By: #swift_pilot_client, kbasan Subscribers: jenkins Differential Revision: https://dev.swift-project.org/D72 --- .arcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.arcconfig b/.arcconfig index c1d07e082..8ec6a4962 100644 --- a/.arcconfig +++ b/.arcconfig @@ -1,4 +1,4 @@ { "phabricator.uri" : "https://dev.swift-project.org/", - "repository.callsign" : "rSWIFTPILOTCLIENT" + "repository.callsign" : "SWIFTPILOTCLIENT" } \ No newline at end of file