Skip to content

Commit

Permalink
Return to prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Apr 12, 2024
1 parent 252154a commit 33d40a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apply.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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)) {
Expand Down

0 comments on commit 33d40a4

Please sign in to comment.