This is an automated email from the ASF dual-hosted git repository.

aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/master by this push:
     new d9a536a  Update NCCli.scala
d9a536a is described below

commit d9a536a69a777ce9e87294a9e96bd57d6fa1db3d
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sun Nov 22 19:30:04 2020 -0800

    Update NCCli.scala
---
 .../src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
index 8f1534f..3e6270f 100644
--- 
a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
+++ 
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
@@ -1586,7 +1586,7 @@ object NCCli extends App {
 
                     progressBar.ticked()
                 })
-                    .start()
+                .start()
 
                 val tailer = Tailer.create(
                     state.serverLog.get,

Reply via email to