We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d562de9 + c67affb commit bb7a32bCopy full SHA for bb7a32b
1 file changed
src/aikido-precommit/install.sh
@@ -27,6 +27,9 @@ fetch_latest_version() {
27
echo "$extracted_version"
28
return 0
29
fi
30
+ echo "Warning: Could not extract version from upstream script, using fallback version $FALLBACK_VERSION" >&2
31
+ else
32
+ echo "Warning: Failed to fetch upstream version (network or connection timeout), using fallback version $FALLBACK_VERSION" >&2
33
34
35
# Fallback if upstream fetch fails
0 commit comments