Skip to content
This repository has been archived by the owner on Dec 24, 2018. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewda committed Aug 5, 2018
1 parent c22ffdb commit d483cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def getGitFilesChanged = { ->
commandLine "git", "diff", "--name-only", "HEAD"
standardOutput = stdout
}
return stdout.toString().trim().replace("\n", "", "")
return stdout.toString().trim().replace("\n", ", ")
}

task versionTxt() {
Expand Down

0 comments on commit d483cda

Please sign in to comment.