Skip to content

Commit e862de8

Browse files
committed
fix: fix typo and remove openapi.yaml
1 parent 258f331 commit e862de8

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
@@ -164,7 +164,7 @@ public static HttpClient createHttpClient() {
164164
private String commonHookBeginning(boolean startOfApi) {
165165
if (startOfApi) {
166166
if (debugLoggingIsNeeded()) {
167-
LOG.info("Start of trustify-da-java-client client");
167+
LOG.info("Start of trustify-da-java-client");
168168
LOG.info(String.format("Starting time of API: %s", LocalDateTime.now()));
169169
}
170170
} 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
@@ -27,9 +27,9 @@ public class PythonControllerVirtualEnv extends PythonControllerBase {
2727
// private System.Logger log = System.getLogger("name");
2828
public PythonControllerVirtualEnv(String pathToPythonBin) {
2929
this.pipBinaryDir =
30-
Path.of(FileSystems.getDefault().getSeparator(), "tmp", "TRUSTIFY_DA_env", "bin");
30+
Path.of(FileSystems.getDefault().getSeparator(), "tmp", "trustify_da_env", "bin");
3131
this.pythonEnvironmentDir =
32-
Path.of(FileSystems.getDefault().getSeparator(), "tmp", "TRUSTIFY_DA_env");
32+
Path.of(FileSystems.getDefault().getSeparator(), "tmp", "trustify_da_env");
3333
this.pathToPythonBin = pathToPythonBin;
3434
}
3535

src/main/resources/exhort/openapi.yaml

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

0 commit comments

Comments
 (0)