File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/kotlin/com/huayi/intellijplatform/gitstats/utils Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup = com.huayi.intellijplatform.gitstats
44pluginName = GitStats
55pluginRepositoryUrl = https://github.com/zhensherlock/intellij-platform-git-stats-plugin
66# SemVer format -> https://semver.org
7- pluginVersion = 0.6.0
7+ pluginVersion = 0.6.1
88
99# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010pluginSinceBuild = 221
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ data class CommitFilesStats(
3030
3131class GitUtils (project : Project ) {
3232 private val gitExecutablePath: String = GitExecutableManager .getInstance().getExecutable(project).exePath
33- // private val basePath: String = project.basePath as String
34- private val basePath: String = " /Users/sunzhenxuan/work/qcc/code/qcc_pro/pro-front"
33+ private val basePath: String = project.basePath as String
34+ // private val basePath: String = "/Users/sunzhenxuan/work/qcc/code/qcc_pro/pro-front"
3535 private val gitBashExecutablePath: String? = GitExecutableDetector .getBashExecutablePath(gitExecutablePath)
3636
3737// init {
You can’t perform that action at this time.
0 commit comments