Skip to content

Commit

Permalink
Replace update-tags (which has no effect) with update (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
kofigumbs authored Nov 21, 2021
1 parent ca0cef3 commit c50714c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async function run() {

if (!foundInCache) {
if (emArgs.updateTags) {
await exec.exec(`${emsdk} update-tags`);
await exec.exec(`${emsdk} update`);
}

await exec.exec(`${emsdk} install ${emArgs.version}`);
Expand Down

0 comments on commit c50714c

Please sign in to comment.