summaryrefslogtreecommitdiff
path: root/project/ShaResolve.scala
diff options
context:
space:
mode:
Diffstat (limited to 'project/ShaResolve.scala')
-rw-r--r--project/ShaResolve.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/ShaResolve.scala b/project/ShaResolve.scala
index f54e96c0c6..e6824ee464 100644
--- a/project/ShaResolve.scala
+++ b/project/ShaResolve.scala
@@ -40,6 +40,8 @@ object ShaResolve {
throw t
}
+ // TODO - Finish this publishing aspect.
+
def getShaFromShafile(file: File): String = parseShaFile(file)._2
// This should calculate the SHA sum of a file the same as the linux process.