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 59a809c commit bf0bfc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checkout
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ checkout['messaging'] = ()=> Promise.all([

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

// ------------------------------------------------------------------------
// fixes for missing features in older cds versions
Expand Down

0 comments on commit bf0bfc7

Please sign in to comment.