Skip to content

Commit

Permalink
Fixed type in option update
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddarke authored Oct 8, 2018
1 parent b8dd4ad commit bc18c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backups.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function create_bucket( $args, $assoc_args ){

if( $creation_success == true ){

update_option( 'backups_s3_selected_bucket', $bucket_name . '.backups', 0 );
update_option( 'backups_s3_selected_bucket', $bucket_name . '.backup', 0 );
\WP_CLI::success( "Backups bucket created and selected 👌");

}
Expand Down

0 comments on commit bc18c7f

Please sign in to comment.