Skip to content

Commit 91dcc48

Browse files
KDanismesrid
authored andcommitted
cleanup: remove redundent xtrace shell option
this commit 644a8a1 removed the `set +x` but forgot to remove the `set -x`
1 parent 2a17e49 commit 91dcc48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nix/process-compose/default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ in
4545
${config.cli.preHook}
4646
4747
# IMPORTANT: We **must** use environment variables for everything but non-global options, otherwise the use of sub-command specific CLI options will prevent the user from passing their own subcommands reliably.
48-
set -x
4948
${config.cli.outputs.environment} PC_CONFIG_FILES=${configFile} process-compose ${config.cli.outputs.options} "$@"
5049
5150
${config.cli.postHook}

0 commit comments

Comments
 (0)