Bugfix: typo in variable name.
This commit is contained in:
parent
62e62404c1
commit
e893da72b6
@ -1,7 +1,7 @@
|
|||||||
#Wed, 01 May 2013 14:54:43 -0500
|
#Mon, 06 May 2013 16:13:08 -0500
|
||||||
lib.local=true
|
lib.local=true
|
||||||
name=jdb-gtd
|
name=jdb-gtd
|
||||||
version=0.7
|
version=0.8
|
||||||
nailgun.classpath.dir=/home/jdbernard/programs/nailgun/classpath
|
nailgun.classpath.dir=/home/jdbernard/programs/nailgun/classpath
|
||||||
|
|
||||||
build.number=5
|
build.number=1
|
||||||
|
@ -10,7 +10,7 @@ import org.joda.time.DateTime
|
|||||||
|
|
||||||
public class GTDCLI {
|
public class GTDCLI {
|
||||||
|
|
||||||
public static final String VERSION = "0.7"
|
public static final String VERSION = "0.8"
|
||||||
private static String EOL = System.getProperty("line.separator")
|
private static String EOL = System.getProperty("line.separator")
|
||||||
private static GTDCLI nailgunInst
|
private static GTDCLI nailgunInst
|
||||||
|
|
||||||
@ -259,7 +259,7 @@ public class GTDCLI {
|
|||||||
if (inPath(gtdDirs.projects, oldFile)) {
|
if (inPath(gtdDirs.projects, oldFile)) {
|
||||||
|
|
||||||
// Delete any copies of this item in the next actions folder.
|
// Delete any copies of this item in the next actions folder.
|
||||||
findAllCopies(oldFile, gtdDrs."next-actions").each { file ->
|
findAllCopies(oldFile, gtdDirs."next-actions").each { file ->
|
||||||
println "Deleting duplicate entry from the " +
|
println "Deleting duplicate entry from the " +
|
||||||
"${file.parentFile.name} context."
|
"${file.parentFile.name} context."
|
||||||
file.delete() }
|
file.delete() }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user