aboutsummaryrefslogtreecommitdiff
path: root/stage1/Stage1Lib.scala
diff options
context:
space:
mode:
authorrockjam <rockjam@actor.im>2016-10-03 00:14:37 +0300
committerrockjam <rockjam@actor.im>2016-10-03 00:14:37 +0300
commit02d4c2c23dfd15a5edd33672701961e0fc9092df (patch)
tree319835bcd4f34b0468d0317b1150f3c3dc779efd /stage1/Stage1Lib.scala
parent3e35d0809240a3379dd3d71d42655e00b9cff421 (diff)
downloadcbt-02d4c2c23dfd15a5edd33672701961e0fc9092df.tar.gz
cbt-02d4c2c23dfd15a5edd33672701961e0fc9092df.tar.bz2
cbt-02d4c2c23dfd15a5edd33672701961e0fc9092df.zip
fix pickOne error message
Diffstat (limited to 'stage1/Stage1Lib.scala')
-rw-r--r--stage1/Stage1Lib.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage1/Stage1Lib.scala b/stage1/Stage1Lib.scala
index 5e65018..7620fd8 100644
--- a/stage1/Stage1Lib.scala
+++ b/stage1/Stage1Lib.scala
@@ -136,7 +136,7 @@ class Stage1Lib( val logger: Logger ) extends BaseLib{
None
}
}.getOrElse{
- System.err.println("Using '"++show(choices.head)++"' because System.console() == null. Use `cbt direct <task>` or see https://github.com/cvogt/cbt/issues/236")
+ System.err.println("System.console() == null. Use `cbt direct <task>` or see https://github.com/cvogt/cbt/issues/236")
None
}
}