Skip to content

Commit e7e2986

Browse files
committedJun 25, 2019
update env to production
1 parent 16d3925 commit e7e2986

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.1.17',
9696
'php_version' => phpversion(),
9797
'wp_version' => (empty($wp_version) ? 'Unknown' : $wp_version),

0 commit comments

Comments
 (0)
Please sign in to comment.