Skip to content

Commit

Permalink
Rename storageUrl to storageURL
Browse files Browse the repository at this point in the history
  • Loading branch information
mborsz committed May 29, 2020
1 parent 4a49f38 commit 96a4799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perfdash/www/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ PerfDashApp.prototype.onClickInternal_ = function(data, evt, chart) {
this.setURLParameters();
this.http.get("config")
.success(function(config) {
window.open(config["storageUrl"] + "/" +
window.open(config["storageURL"] + "/" +
config["logsBucket"] + "/" +
config["logsPath"] + "/" +
this.job + "/" +
Expand Down

0 comments on commit 96a4799

Please sign in to comment.