Fixing typo in user prompt for pit-cli.
This commit is contained in:
parent
88270b8d0e
commit
e99b65fb16
@ -148,7 +148,7 @@ else if (opts.n) {
|
|||||||
} catch (e) { println "Not a valid value." }
|
} catch (e) { println "Not a valid value." }
|
||||||
}
|
}
|
||||||
|
|
||||||
println "Enter issue (use EOF of ^D to end): "
|
println "Enter issue (use EOF or ^D to end): "
|
||||||
try {
|
try {
|
||||||
sin.eachLine { line ->
|
sin.eachLine { line ->
|
||||||
def m = line =~ /(.*)EOF.*/
|
def m = line =~ /(.*)EOF.*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user