Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1036 from ivanvolkoff/fix_#1034
Browse files Browse the repository at this point in the history
fix hdiconfigfile  path
  • Loading branch information
ThuF committed Jan 20, 2022
2 parents 8adef19 + c2ec760 commit ac39db2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class MigrationService {
const defaultHanaUser = this.getDefaultHanaUser();

const hdi = {
configuration: `/${projectName}/${hdiConfigPath}`,
configuration: `/${projectName}/${hdiConfigPath.relativePath}`,
users: [defaultHanaUser],
group: projectName,
container: projectName,
Expand Down

0 comments on commit ac39db2

Please sign in to comment.