From 626483e37cfc862aa712ef107e291c3891ace604 Mon Sep 17 00:00:00 2001
From: Lars Trieloff <trieloff@adobe.com>
Date: Wed, 13 Dec 2017 12:18:57 +0000
Subject: [PATCH] [trivial] typography

---
 cli.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cli.js b/cli.js
index aacdaf9..4a5fbeb 100644
--- a/cli.js
+++ b/cli.js
@@ -86,7 +86,7 @@ if (target.isDirectory()) {
       Schema.setSchemaPathMap(schemaPathMap);
       return Promise.reduce(files, readSchemaFile, schemaPathMap)
         .then((schemaMap)=>{
-          logger.info('finished reading all *.schema.json files in %s, beginning processing....', schemaPath);
+          logger.info('finished reading all *.schema.json files in %s, beginning processing….', schemaPath);
           return Schema.load(schemaMap, schemaPath, outDir, schemaDir, metaElements);
         })
         .then(() => {
-- 
GitLab