Skip to content

Commit

Permalink
......
Browse files Browse the repository at this point in the history
  • Loading branch information
danjoa committed Nov 7, 2024
1 parent bf0bfc7 commit 5b8d8dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/checkout
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ checkout['messaging'] = ()=> Promise.all([
])

// actually run the checkout...
const cmd = checkout[process.argv[2]]
cmd?.().catch(console.error) || console.error (
checkout[process.argv[2]]?.().catch(console.error) || console.error (
`Usage: ${path.relative(process.cwd(),__filename)} ${Object.keys(checkout).join('|')}`
)

Expand Down

0 comments on commit 5b8d8dd

Please sign in to comment.