Skip to content

Commit 69b8872

Browse files
juxtinCopilot
andauthored
Update wording in error message
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e11bd00 commit 69b8872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snapshot-generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export async function generateDependencyGraphs(directory: string, config?: Maven
8888
core.endGroup();
8989

9090
if (graphResults.exitCode !== 0) {
91-
throw new Error(`Failed to successfully dependency results with Maven, exit code: ${graphResults.exitCode}`);
91+
throw new Error(`Failed to successfully generate dependency results with Maven, exit code: ${graphResults.exitCode}`);
9292
}
9393
} catch (err: any) {
9494
core.error(err);

0 commit comments

Comments
 (0)