mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
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:
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"phabricator.uri" : "https://dev.swift-project.org/",
|
"phabricator.uri" : "https://dev.swift-project.org/",
|
||||||
"repository.callsign" : "rSWIFTPILOTCLIENT"
|
"repository.callsign" : "SWIFTPILOTCLIENT"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user