Skip to content

Commit

Permalink
Fixed #438 (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
asa1997 authored Mar 24, 2023
1 parent b483a15 commit cac8268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bes_theme/assets/javascripts/version_summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function check_url(id, version, name)

}

} else if (id == "fossology")
else if (id == "fossology")
{

var url = "https://raw.githubusercontent.com/Be-Secure/besecure-assessment-datastore/main/"+name+"/"+version+"/license-compliance/"+name+"-"+version+"-"+id+"-report.json"
Expand Down

0 comments on commit cac8268

Please sign in to comment.