Skip to content

Commit

Permalink
Fix critical installation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SirLich committed Oct 25, 2021
1 parent 1f41d24 commit d7dcb4c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions regolith/remote_filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,11 @@ func InstallDependency(profile Profile, isForced bool) error {
continue
}

err := ValidateUrl(url)
if err != nil {
return err
}
// TODO This needs to be re-implemented
// err := ValidateUrl(url)
// if err != nil {
// return err
// }

// Download the filter into the cache folder
downloadPath := UrlToPath(url)
Expand Down

0 comments on commit d7dcb4c

Please sign in to comment.