Skip to content

Commit db0e5de

Browse files
committed
silence a build warning
1 parent 3f8a4f1 commit db0e5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/com/github/sbt/git/GitPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ object SbtGit {
164164
def useJGit: Setting[_] = ThisBuild / gitRunner := JGitRunner
165165

166166
/** Setting to use console git for readable ops, to allow working with git worktrees */
167-
def useReadableConsoleGit: Setting[_] = useConsoleForROGit in ThisBuild := true
167+
def useReadableConsoleGit: Setting[_] = ThisBuild / useConsoleForROGit := true
168168

169169
/** Adapts the project prompt to show the current project name *and* the current git branch. */
170170
def showCurrentGitBranch: Setting[_] =

0 commit comments

Comments
 (0)