Skip to content

Commit

Permalink
Address nit
Browse files Browse the repository at this point in the history
  • Loading branch information
baldwinn860 committed Sep 15, 2017
1 parent e39b052 commit 8b1b396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/robot/web/client/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ var (
}
}
if !foundTrack {
// We just append all tracks to the "auto" track that didn't match an existing track
// We just append all packages to the "auto" track that didn't match an existing track
tracks["auto"].packageList = append(tracks["auto"].packageList, packageList...)
}
}
Expand Down

0 comments on commit 8b1b396

Please sign in to comment.