mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-04 02:30:45 +00:00
Fix the one instance of "make" that is actually apparently required
This commit is contained in:
@@ -109,7 +109,7 @@ func (c ecsClient) getTaskDeployments(taskArns []string) (map[string]string, err
|
||||
|
||||
// returns a map from task ARNs to service names
|
||||
func (c ecsClient) getTaskServices(taskArns []string) (map[string]string, error) {
|
||||
deploymentMapChan := chan map[string]string{}
|
||||
deploymentMapChan := make(chan map[string]string)
|
||||
go func() {
|
||||
deploymentMapChan <- c.getDeploymentMap()
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user