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 2493bd8  Update NCCli.scala
2493bd8 is described below

commit 2493bd806418329f275e8aba6a9991ca60081295
Author: Aaron Radzinski <[email protected]>
AuthorDate: Fri Nov 20 12:29:34 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 4bba379..3bc5403 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
@@ -3253,7 +3253,7 @@ object NCCli extends App {
                 val prompt2 = wb(k(s" acsTok: $acsTokStr")) // Access toke, if 
any.
                 val prompt3 = kb(g(s" ${Paths.get("").toAbsolutePath} ")) // 
Current working directory.
 
-                reader.printAbove("\n" + prompt1 + ">" + prompt2 + ">" + 
prompt3)
+                reader.printAbove("\n" + prompt1 + ":" + prompt2 + ":" + 
prompt3)
                 reader.readLine(s"${g(">")} ")
             }
             catch {

Reply via email to