Skip to content

Commit

Permalink
Fix slip from #1131
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 authored Aug 19, 2022
1 parent 093136a commit d8833fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/cml/repository/configure.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ exports.command = 'configure';
exports.description = 'Configure the cloned repository';

exports.handler = async (opts) => {
const { cml, telemetryEvent: event } = opts;
const { cml } = opts;
await cml.ci(opts);
await cml.telemetrySend({ event });
};

exports.builder = (yargs) =>
Expand Down

1 comment on commit d8833fe

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

Please sign in to comment.