File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,10 @@ func (gh *Client) GetUserType(user string) UserType {
51
51
}
52
52
53
53
if gh .IsTeamMember ("GoogleCloudPlatform" , "terraform" , user ) {
54
- fmt .Printf ("Debug test --- User '%s' is an active member of the 'terraform' team in 'GoogleCloudPlatform' organization\n " , user )
54
+ fmt .Println ("User is an active member of the 'terraform' team in 'GoogleCloudPlatform' organization" )
55
+ return GooglerUserType
55
56
} else {
56
- fmt .Printf ("Debug test --- User '%s' is not an active member of the 'terraform' team in 'GoogleCloudPlatform' organization\n " , user )
57
+ fmt .Printf ("User '%s' is not an active member of the 'terraform' team in 'GoogleCloudPlatform' organization\n " , user )
57
58
}
58
59
59
60
if gh .IsOrgMember (user , "GoogleCloudPlatform" ) {
You can’t perform that action at this time.
0 commit comments