Skip to content

Commit

Permalink
fix(cli): add current config path
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Apr 10, 2024
1 parent 04f9cdf commit 768df9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cli/src/utils/datatruck/job.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ export async function runJob(
node,
[
process.env.DTT_BIN_SCRIPT ?? process.env.pm_exec_path ?? bin,
"-c",
config.configPath,
job.action,
...cliOptions,
...(config.verbose ? ["-v"] : []),
Expand Down

0 comments on commit 768df9b

Please sign in to comment.