We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45fd1fd commit 67debf5Copy full SHA for 67debf5
apply.pl
@@ -155,7 +155,7 @@ sub check_current_script {
155
return;
156
}
157
my $filename = tempfile_name();
158
- my $source = 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.23/apply.pl';
+ my $source = 'https://raw.githubusercontent.com/check-spelling/check-spelling/v0.0.24/apply.pl';
159
download_with_curl($source, $filename);
160
if ($? == 0) {
161
if (compare_files($filename, $0)) {
version
@@ -1 +1 @@
1
-0.0.23
+0.0.24
0 commit comments