diff --git a/sync-snippets.php b/sync-snippets.php index b2525c4..14a6ac1 100755 --- a/sync-snippets.php +++ b/sync-snippets.php @@ -31,6 +31,6 @@ foreach ($projects as $project) { } } else { - printf("WARNING: Snippets path %s not found", $snippetsDir); + printf("WARNING: Snippets path %s not found\n", $snippetsDir); } } \ No newline at end of file