Skip to content

Commit 998d7dc

Browse files
authored
[fix] Replace restore_repos with final_failure (#60)
I missed this instance of restore_repos when I removed the function. This fixes that oversight and also fixes #59. Signed-off-by: Avi Miller <avi.miller@oracle.com>
1 parent b25af23 commit 998d7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

centos2ol.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ if ! yumdownloader "${new_releases[@]}"; then
366366
echo "Are you behind a proxy? If so, make sure the 'http_proxy' environment"
367367
echo "variable is set with your proxy address."
368368
} >&2
369-
restore_repos
369+
final_failure
370370
fi
371371

372372
echo "Switching old release package with Oracle Linux..."

0 commit comments

Comments
 (0)