Skip to content

Commit

Permalink
fixed create_teams using github-education-resources#110
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldave committed Sep 4, 2015
1 parent dbb1d1d commit 7fb7946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/teachers_pet/actions/create_student_teams.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def create_student_teams
else
retv = self.client.create_team(org_login, team_name)
teams_by_name = self.client.existing_teams_by_name(org_login)
+ team = teams_by_name[team_name]`
team = teams_by_name[team_name]
end
self.client.add_users_to_team(org_login, team, usernames)
end
Expand Down

0 comments on commit 7fb7946

Please sign in to comment.