Skip to content

Commit 07a6ef1

Browse files
authored
Merge branch 'devonfw-tutorials:main' into update-doc-installCobiGen
2 parents b7eb25d + 45a7bde commit 07a6ef1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

runners/console/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,8 +591,8 @@ export class Console extends Runner {
591591
.noErrorCode(result)
592592
.noException(result)
593593
.directoryExits(path.join(this.getWorkingDirectory(), "devonfw", "software", "cobigen-cli"))
594-
.fileExits(path.join(this.getWorkingDirectory(), "devonfw", "software", "cobigen-cli", "cobigen.jar"))
595-
.fileExits(path.join(this.getWorkingDirectory(), "devonfw", "software", "cobigen-cli", "cobigen"));
594+
.fileExits(path.join(this.getWorkingDirectory(), "devonfw", "software", "cobigen-cli", "lib", "cli.jar"))
595+
.fileExits(path.join(this.getWorkingDirectory(), "devonfw", "software", "cobigen-cli", "bin", "cobigen"));
596596
} catch(error) {
597597
await this.cleanUp();
598598
throw error;

0 commit comments

Comments
 (0)