mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 14:11:21 +00:00
maintainer/scripts/feature-freeze-teams: Fix HTTP status line log
This commit is contained in:
parent
a62844b302
commit
594db69923
@ -31,7 +31,7 @@ sub github_team_members {
|
||||
push @ret, $_->{'login'};
|
||||
}
|
||||
} else {
|
||||
print {*STDERR} "!! Requesting members of GitHub Team '$team_name' failed: $response->status_line";
|
||||
print {*STDERR} "!! Requesting members of GitHub Team '$team_name' failed: " . $response->status_line;
|
||||
}
|
||||
|
||||
return \@ret;
|
||||
|
Loading…
Reference in New Issue
Block a user