core/tools: replace generic return 1 exit_codes with more specific exit_codes (#13311)

This commit is contained in:
CanbiZ (MickLesk)
2026-03-26 16:07:38 +01:00
committed by GitHub
parent b14dfccc99
commit fbe5b57c76
6 changed files with 380 additions and 380 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ get_header() {
if [ ! -s "$local_header_path" ]; then
if ! curl -fsSL "$header_url" -o "$local_header_path"; then
return 1
return 250
fi
fi