From f1ce64374a60806e36626202e0ad54858700e9ad Mon Sep 17 00:00:00 2001 From: Aneurin Barker Snook Date: Wed, 5 Jul 2017 20:53:51 +0100 Subject: [PATCH] print snippet dir errors on new lines --- sync-snippets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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