Skip to content

Commit

Permalink
support for --agent-version was missing (fixing, albeit legacy now)
Browse files Browse the repository at this point in the history
  • Loading branch information
amcginlay committed Dec 18, 2023
1 parent cc508bb commit b73d54e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions v2/tlspk-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,10 @@ while [[ $# -gt 0 ]]; do
shift
: ${VEI_VERSION:="${1}"}
;;
--agent-version ) # (legacy)
shift
: ${AGENT_VERSION:="${1}"}
;;
--operator-version ) # (legacy)
shift
: ${OPERATOR_VERSION:="${1}"}
Expand Down

0 comments on commit b73d54e

Please sign in to comment.