Browse Source

fix: remove unused code line !minor

Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
master
Valentin Lab 2 years ago
parent
commit
533ac14435
  1. 1
      bin/compose-core

1
bin/compose-core

@ -2664,7 +2664,6 @@ _run_service_action_direct() {
return 1
fi
export action_errlvl_file="$state_tmpdir/action-$service-$charm-$action-errlvl"
export state_tmpdir
(
set +e ## Prevents unwanted leaks from parent shell

Loading…
Cancel
Save