Skip to content

Commit 316cd48

Browse files
committed
correct prints
1 parent 361c913 commit 316cd48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LabCodeRepoSetup/src/main/java/edu/wpi/rbe/LabCodeRepoSetupMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public static void main(String[] args) throws Exception {
278278
try {
279279
myTeam.add(u, Role.MAINTAINER);
280280
}catch(Exception ex) {
281-
System.out.println("Inviting "+u+" to "+hwTeam);
281+
System.out.println("Inviting "+u.getLogin()+" to "+hwTeam);
282282
}
283283
myTeam.add(repositorie, GHOrganization.Permission.ADMIN);
284284
for (GHUser t : teachingStaff) {

0 commit comments

Comments
 (0)