From db75a0f44de36f2d6d5eddd8b08e3d5acc775c61 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 18 Mar 2024 13:32:48 -0400 Subject: [PATCH] Return to prerelease --- apply.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apply.pl b/apply.pl index ed1ecfc24..080923fe1 100755 --- a/apply.pl +++ b/apply.pl @@ -139,7 +139,7 @@ sub check_current_script { return; } my $filename = tempfile_name(); - my $source = 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.23.alpha1/apply.pl'; + my $source = 'https://raw.githubusercontent.com/check-spelling/check-spelling/prerelease/apply.pl'; download_with_curl($source, $filename); if ($? == 0) { if (compare_files($filename, $0)) {