Skip to content

Commit

Permalink
#1275 follow-up (#1281)
Browse files Browse the repository at this point in the history
* debug

* debug

* clean up
  • Loading branch information
dacbd authored Dec 8, 2022
1 parent d6df43c commit 111b06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cml.js
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ class CML {
remote
});
for (const command of commands) {
await exec(command);
await exec(...command);
}
if (fetchDepth !== undefined) {
if (fetchDepth <= 0) {
Expand Down

2 comments on commit 111b06a

@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

@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

Please sign in to comment.