Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaozhan committed Oct 17, 2021
2 parents dc414a6 + 90d646c commit 5eee969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/ProjectSettings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ object ProjectSettings {
commandLine = "git rev-parse --abbrev-ref HEAD".split(" ")
standardOutput = os
}
return String(os.toByteArray()) == "master"
return String(os.toByteArray()).trim() == "master"
}
}

0 comments on commit 5eee969

Please sign in to comment.