Skip to content

Commit 86d9c36

Browse files
committedAug 28, 2019
change env to production
1 parent b565d95 commit 86d9c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎bootstrap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function mailchimp_environment_variables() {
9191

9292
return (object) array(
9393
'repo' => 'master',
94-
'environment' => 'staging', // staging or production
94+
'environment' => 'production', // staging or production
9595
'version' => '2.2',
9696
'php_version' => phpversion(),
9797
'wp_version' => (empty($wp_version) ? 'Unknown' : $wp_version),

0 commit comments

Comments
 (0)