Skip to content

Commit

Permalink
fix(alert): re-enable alerts version saving
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelB committed Dec 15, 2020
1 parent 9fb6bc1 commit 5b60dde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions targets/alert-cli/src/index.js
Expand Up @@ -384,8 +384,8 @@ async function main() {
);
process.exit(-1);
}
// const update = await updateSource(result.repository, result.newRef);
// console.log(`update source ${update.repository} to ${update.tag}`);
const update = await updateSource(result.repository, result.newRef);
console.log(`update source ${update.repository} to ${update.tag}`);
}
}
}
Expand Down

0 comments on commit 5b60dde

Please sign in to comment.