1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 10:19:39 +02:00

Bump sop-java version to 4.0.1 and override executable name

This commit is contained in:
Paul Schaub 2022-08-04 14:05:12 +02:00
parent 3ceb4c1a36
commit b23a1d77a3
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 2 additions and 1 deletions

View file

@ -14,6 +14,7 @@ import sop.cli.picocli.SopCLI;
public class PGPainlessCLI {
static {
SopCLI.EXECUTABLE_NAME = "pgpainless-cli";
SopCLI.setSopInstance(new SOPImpl());
}