Skip to content

Commit

Permalink
Merge pull request #2327 from google/fix/2311-follow-up
Browse files Browse the repository at this point in the history
Fix typo in uninstall.php
  • Loading branch information
felixarntz authored Nov 5, 2020
2 parents 2c069f2 + f52bb80 commit cbae2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uninstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

// Load plugin main file to bootstrap infrastructure and add hooks.
require_once dirname( __FILE ) . '/google-site-kit.php';
require_once dirname( __FILE__ ) . '/google-site-kit.php';

// Fire action to trigger uninstallation logic.
do_action( 'googlesitekit_uninstallation' );

0 comments on commit cbae2ae

Please sign in to comment.