Skip to content

Commit

Permalink
Update ci/scripts/utils/launch_java_agent.sh
Browse files Browse the repository at this point in the history
Co-authored-by: David Huber <[email protected]>
  • Loading branch information
1 parent d2e7efe commit a242f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/utils/launch_java_agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ echo "JAVA VERSION: "
${JAVA} -version

export GH="${HOME}/bin/gh"
command -v "${GH}"
[[ -f "${GH}" ]] || echo "gh is not installed in ${HOME}/bin"
${GH} --version

check_mark=$(gh auth status -t 2>&1 | grep "Token:" | awk '{print $1}') || true
Expand Down

0 comments on commit a242f2c

Please sign in to comment.