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
This commit is contained in:
Roland Winklmeier
2017-12-13 10:01:42 +01:00
parent 2bb3bb3cf8
commit 4baba3ffbe

View File

@@ -1,4 +1,4 @@
{ {
"phabricator.uri" : "https://dev.swift-project.org/", "phabricator.uri" : "https://dev.swift-project.org/",
"repository.callsign" : "rSWIFTPILOTCLIENT" "repository.callsign" : "SWIFTPILOTCLIENT"
} }