Skip to content

Commit

Permalink
Remove the redundant set +x
Browse files Browse the repository at this point in the history
postHook can explicitly do it if necessary
  • Loading branch information
srid committed Oct 21, 2024
1 parent 08a5528 commit 644a8a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nix/process-compose/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ in
# 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.
set -x
${config.cli.outputs.environment} PC_CONFIG_FILES=${configFile} process-compose ${config.cli.outputs.options} "$@"
set +x
${config.cli.postHook}
'';
Expand Down

0 comments on commit 644a8a1

Please sign in to comment.