mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-10 21:24:52 +08:00
TUN-7226: Fixed a missed rename
This commit is contained in:
4
.teamcity/update-homebrew.sh
vendored
4
.teamcity/update-homebrew.sh
vendored
@@ -14,8 +14,8 @@ if [[ ! -f "$FILENAME" ]] ; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${GITHUB_PRIVATE_KEY:-}" == "" ]] ; then
|
if [[ "${GITHUB_PRIVATE_KEY_B64:-}" == "" ]] ; then
|
||||||
echo "Missing GITHUB_PRIVATE_KEY"
|
echo "Missing GITHUB_PRIVATE_KEY_B64"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user