Skip to content

Commit 5252d4b

Browse files
Strum355claude
andcommitted
fix: correct method name getErrorOutput() → getError() on ProcessExecOutput
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d4393e4 commit 5252d4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/io/github/guacsec/trustifyda/impl/ExhortApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ private List<Path> discoverGradleSubprojects(Path workspaceDir, Set<String> igno
10061006
"gradle daListProjects failed with exit code "
10071007
+ output.getExitCode()
10081008
+ ": "
1009-
+ output.getErrorOutput());
1009+
+ output.getError());
10101010
return WorkspaceUtils.filterByIgnorePatterns(workspaceDir, manifestPaths, ignorePatterns);
10111011
}
10121012

0 commit comments

Comments
 (0)