Skip to content

Commit 81a38e0

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

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
@@ -1042,7 +1042,7 @@ private List<Path> discoverGradleSubprojects(Path workspaceDir, Set<String> igno
10421042
"gradle daListProjects failed with exit code "
10431043
+ output.getExitCode()
10441044
+ ": "
1045-
+ output.getErrorOutput());
1045+
+ output.getError());
10461046
return WorkspaceUtils.filterByIgnorePatterns(workspaceDir, manifestPaths, ignorePatterns);
10471047
}
10481048

0 commit comments

Comments
 (0)