One last try, this ought to work.

This commit is contained in:
Andrew Steinborn
2018-08-22 00:03:06 -04:00
parent 8ea1aef173
commit d94b58e45e

View File

@@ -24,7 +24,7 @@ allprojects {
args = ["rev-parse", "--abbrev-ref", "HEAD"]
standardOutput = os
}
return os.toString()
return os.toString().trim()
}
}
}