Bug fix (misnamed variable).
This commit is contained in:
parent
daf6bea67b
commit
7f39ab7de1
@ -1,7 +1,7 @@
|
||||
#Mon, 29 Apr 2013 11:30:52 -0500
|
||||
#Wed, 01 May 2013 08:54:59 -0500
|
||||
lib.local=true
|
||||
name=jdb-gtd
|
||||
version=0.3
|
||||
version=0.3.1
|
||||
nailgun.classpath.dir=/home/jdbernard/programs/nailgun/classpath
|
||||
|
||||
build.number=6
|
||||
build.number=1
|
||||
|
@ -10,7 +10,7 @@ import org.joda.time.DateTime
|
||||
|
||||
public class GTDCLI {
|
||||
|
||||
public static final String VERSION = "0.3"
|
||||
public static final String VERSION = "0.3.1"
|
||||
private static String EOL = System.getProperty("line.separator")
|
||||
private static GTDCLI nailgunInst
|
||||
|
||||
@ -105,7 +105,7 @@ public class GTDCLI {
|
||||
def path = args.poll()
|
||||
if (path) {
|
||||
def givenDir = new File(path)
|
||||
if (!(gtdDirs = findGtdRootDir(givenPath))) {
|
||||
if (!(gtdDirs = findGtdRootDir(givenDir))) {
|
||||
println "'$path' is not a valid directory."; return }}
|
||||
|
||||
// Start processing items
|
||||
|
Loading…
x
Reference in New Issue
Block a user