Skip to content

Commit

Permalink
fix: veraison help in docker deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Fossati <[email protected]>
  • Loading branch information
thomas-fossati committed Jan 10, 2025
1 parent a0afe33 commit a622516
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployments/docker/veraison
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ function pocli() {
}

function help() {
set +e
read -r -d '' usage <<-EOF
Usage: veraison [-q] [-h] [-C] COMMAND [ARG...]
Expand Down Expand Up @@ -366,6 +367,7 @@ function help() {
EOF
echo "$usage"
set -e
}

function _get_container_state() {
Expand Down

0 comments on commit a622516

Please sign in to comment.