mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-06-25 13:46:34 +00:00
TUN-7226: Fixed a missed rename
This commit is contained in:
parent
4c3417fedd
commit
7080b8b2e6
4
.teamcity/update-homebrew.sh
vendored
4
.teamcity/update-homebrew.sh
vendored
@ -14,8 +14,8 @@ if [[ ! -f "$FILENAME" ]] ; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [[ "${GITHUB_PRIVATE_KEY:-}" == "" ]] ; then
|
||||
echo "Missing GITHUB_PRIVATE_KEY"
|
||||
if [[ "${GITHUB_PRIVATE_KEY_B64:-}" == "" ]] ; then
|
||||
echo "Missing GITHUB_PRIVATE_KEY_B64"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user