Skip to content

Commit ee52cd3

Browse files
author
Cully Larson
committed
Updated the README status update example.
1 parent a8ee9aa commit ee52cd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class MyWordpressDeployer {
108108
// ...
109109
110110
$statusCallback = function(Wordpress\Deploy\FolderSync\Status $status) {
111-
echo $status->Timestamp;
111+
echo $status->Timestamp . " -- ";
112112
113113
if( $status->isError() ) echo "ERROR: ";
114114
if( $status->isWarning() ) echo "WARNING: ";

0 commit comments

Comments
 (0)