Skip to content

Commit

Permalink
Allow catalog json to be served from GitHub and other
Browse files Browse the repository at this point in the history
  • Loading branch information
astares committed Nov 16, 2020
1 parent 099690e commit 812c112
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Tool-Catalog/CatalogProvider.class.st
Expand Up @@ -88,8 +88,7 @@ CatalogProvider >> retrieveProjects [
systemPolicy;
beOneShot;
timeout: 1;
setAcceptEncodingGzip;
accept: 'text/json';
setAcceptEncodingGzip;
url: CatalogSettings catalogSourceURL;
contentReader: [ :entity | STON fromString: entity contents ];
get
Expand Down

0 comments on commit 812c112

Please sign in to comment.