Skip to content

Commit

Permalink
env update
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhungate committed May 14, 2019
1 parent 7fa553f commit c65b9fa
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 @@ -92,7 +92,7 @@ function mailchimp_environment_variables() {

return (object) array(
'repo' => 'master',
'environment' => 'staging', // staging or production
'environment' => 'production', // staging or production
'version' => '2.1.16',
'php_version' => phpversion(),
'wp_version' => (empty($wp_version) ? 'Unknown' : $wp_version),
Expand Down

0 comments on commit c65b9fa

Please sign in to comment.