Skip to content

Commit ddb1bfd

Browse files
committed
Adding a newline here to make the output look cleaner
1 parent ba9e8ca commit ddb1bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

purge.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ function purgeCacheFileFromCDN($id, $files = null) {
4949
$file = $parts[0];
5050

5151
header( "Content-Type: text/plain" );
52-
echo "Attempting to purge: ".$zone_id.": ".$file;
52+
echo "Attempting to purge: ".$zone_id.": ".$file."\n";
5353
purgeCacheFileFromCDN( $zone_id, $file );

0 commit comments

Comments
 (0)