Skip to content

Commit

Permalink
Fix tensorflow#7375 regression in TensorBoard
Browse files Browse the repository at this point in the history
  • Loading branch information
jart authored and gunan committed Feb 12, 2017
1 parent 1225437 commit 099ef38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ new_http_archive(
)

new_http_archive(
name = "polymer_archive",
name = "polymer",
build_file = "bower.BUILD",
url = "https://github.com/polymer/polymer/archive/v1.7.0.tar.gz",
strip_prefix = "polymer-1.7.0",
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/tensorboard/bower/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ filegroup(
"@paper_toolbar//:paper_toolbar",
"@paper_tooltip//:paper_tooltip",
"@plottable//:plottable",
"@polymer_archive//:polymer",
"@polymer//:polymer",
"@promise_polyfill//:promise_polyfill",
"@three_js_orbitcontrols_js//file",
"@three_js_three_min_js//file",
Expand Down

0 comments on commit 099ef38

Please sign in to comment.