Skip to content

Commit

Permalink
updated error message
Browse files Browse the repository at this point in the history
  • Loading branch information
qpleple committed Aug 29, 2011
1 parent 1d2db9e commit cede44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotcloud-scripts/feed-wp-config.php
Expand Up @@ -85,7 +85,7 @@
$count = 0;
$content = preg_replace('/(define\(\'' . $property . '\', \')(.*)(\'\);)/', '${1}' . $value . '${3}', $content, -1, &$count);
if ($count == 0) {
die("Error: Property $property not found.\n");
die("Error: Property $property not found in wp-config.\n");
}
}

Expand Down

0 comments on commit cede44b

Please sign in to comment.