Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
asafambar committed Aug 7, 2024
1 parent fcdb3f8 commit f8c5bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/maven.go
Original file line number Diff line number Diff line change
Expand Up @@ -356,5 +356,5 @@ func (config *mvnRunConfig) runCmd() error {
errResult := errBuffer.Bytes()
return fmt.Errorf("error while running '%s %s': %s\n%s", "mvn", strings.Join(command.Args, " "), err.Error(), strings.TrimSpace(string(errResult)))
}
return command.Run()
return nil
}

0 comments on commit f8c5bed

Please sign in to comment.