Skip to content

Commit 02b77a7

Browse files
committed
fix: fix typo and remove openapi.yaml
1 parent db2bdba commit 02b77a7

3 files changed

Lines changed: 3 additions & 381 deletions

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
@@ -165,7 +165,7 @@ public static HttpClient createHttpClient() {
165165
private String commonHookBeginning(boolean startOfApi) {
166166
if (startOfApi) {
167167
if (debugLoggingIsNeeded()) {
168-
LOG.info("Start of trustify-da-java-client client");
168+
LOG.info("Start of trustify-da-java-client");
169169
LOG.info(String.format("Starting time of API: %s", LocalDateTime.now()));
170170
}
171171
} else {

src/main/java/io/github/guacsec/trustifyda/utils/PythonControllerVirtualEnv.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ public class PythonControllerVirtualEnv extends PythonControllerBase {
2828
// private System.Logger log = System.getLogger("name");
2929
public PythonControllerVirtualEnv(String pathToPythonBin) {
3030
this.pipBinaryDir =
31-
Path.of(FileSystems.getDefault().getSeparator(), "tmp", "TRUSTIFY_DA_env", "bin");
31+
Path.of(FileSystems.getDefault().getSeparator(), "tmp", "trustify_da_env", "bin");
3232
this.pythonEnvironmentDir =
33-
Path.of(FileSystems.getDefault().getSeparator(), "tmp", "TRUSTIFY_DA_env");
33+
Path.of(FileSystems.getDefault().getSeparator(), "tmp", "trustify_da_env");
3434
this.pathToPythonBin = pathToPythonBin;
3535
}
3636

src/main/resources/exhort/openapi.yaml

Lines changed: 0 additions & 378 deletions
This file was deleted.

0 commit comments

Comments
 (0)