Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
Typo: use collect_bazel_targets instead of collect_targets.
Browse files Browse the repository at this point in the history
Reviewers: kylec, naphat

Reviewed By: naphat

Subscribers: changesbot, wwu

Tags: #changes_ui

Differential Revision: https://tails.corp.dropbox.com/D231896
  • Loading branch information
Anup Chenthamarakshan committed Sep 26, 2016
1 parent 2e70ff5 commit f6aa9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/pages/builds_pages/build_info.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,8 @@ export var SingleBuild = React.createClass({

var formattedCommandTypes = {
'default': 'Test',
'collect_bazel_targets': 'Collect Targets',
'collect_steps': 'Collect Steps',
'collect_targets': 'Collect Targets',
'collect_tests': 'Collect Tests',
'setup': 'Setup',
'teardown': 'Teardown',
Expand Down

0 comments on commit f6aa9c1

Please sign in to comment.