Skip to content

Commit 0d1d159

Browse files
committed
Update ScalaeshApp.scala
1 parent 2fa3eb5 commit 0d1d159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/org/jboss/aesh/ScalaeshApp.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ object ScalaeshApp extends App {
5353
val acb = new AeshConsoleBuilder()
5454
acb.commandRegistry(acr.create);
5555
acb.settings(sb.create);
56-
acb.prompt(new Prompt("[scalaesh@~]$ "));
56+
acb.prompt(new Prompt("[aesh@~]$ "));
5757
acb.create().start();
5858

5959
}

0 commit comments

Comments
 (0)