Skip to content

Commit 1b6a682

Browse files
committed
rename db.copy file
1 parent 30a74b0 commit 1b6a682

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

activate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function sqlite_plugin_copy_db_file() {
6767
$file_contents = str_replace(
6868
'{SQLITE_IMPLEMENTATION_FOLDER_PATH}',
6969
__DIR__,
70-
file_get_contents( __DIR__ . '/db.copy.php' )
70+
file_get_contents( __DIR__ . '/db.copy' )
7171
);
7272

7373
$wp_filesystem->put_contents( $destination, $file_contents );
File renamed without changes.

0 commit comments

Comments
 (0)