Skip to content

Commit

Permalink
Merge pull request #944 from amvanbaren/bugfix/issue-943
Browse files Browse the repository at this point in the history
Remove default universal for get operation
  • Loading branch information
amvanbaren authored Jul 11, 2024
2 parents 17f1662 + a19563e commit d7fcaba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cli/src/get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ import { promisify, matchExtensionId, optionalStat, makeDirs, addEnvOptions } fr
*/
export async function getExtension(options: GetOptions): Promise<void> {
addEnvOptions(options);
if (!options.target) {
options.target = 'universal';
}

const registry = new Registry(options);
const match = matchExtensionId(options.extensionId);
if (!match) {
Expand Down

0 comments on commit d7fcaba

Please sign in to comment.