Skip to content

Commit

Permalink
linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ramyakrishnai committed Apr 26, 2024
1 parent 326a075 commit cfcb610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function () {
if ( ! defined( 'NFD_MIGRATION_MODULE_VERSION' ) ) {
define( 'NFD_MIGRATION_MODULE_VERSION', '1.0.0' );
}
$migrate_endpoint = 'migrate/'. $container->plugin()->id;
$migrate_endpoint = 'migrate/' . $container->plugin()->id;
if ( 'atomic' === getContext( 'platform' ) ) {
$migrate_endpoint = 'migrate/bh-cloud';
}
Expand Down

0 comments on commit cfcb610

Please sign in to comment.