Skip to content

Commit

Permalink
Update prow/cmd/deck/static/prow/prow.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: alvaroaleman <[email protected]>
  • Loading branch information
Katharine and alvaroaleman authored Feb 7, 2019
1 parent e9312fe commit fabe99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prow/cmd/deck/static/prow/prow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ function redraw(fz: FuzzySearch): void {
if (spyglass) {
const buildIndex = build.url.indexOf('/build/');
if (buildIndex !== -1) {
let url = window.location.origin + '/view/gcs/' +
const url = window.location.origin + '/view/gcs/' +
build.url.substring(buildIndex + '/build/'.length);
r.appendChild(createSpyglassCell(url));
} else if (build.url.includes('/view/')) {
Expand Down

0 comments on commit fabe99e

Please sign in to comment.