1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2016-07-12 03:29:25 -08:00
parent 77af90c077
commit 97423c6b68

View file

@ -78,7 +78,7 @@ class ParsedBuildFile(val buildFile: BuildFile, val context: KobaltContext, val
} }
/** /**
* If the current line matches one of the profile, turns the declaration into * If the current line matches one of the profiles, turn the declaration into
* val profile = true, otherwise return the same line * val profile = true, otherwise return the same line
*/ */
fun correctProfileLine(line: String) : String { fun correctProfileLine(line: String) : String {