Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

Commit

Permalink
Fixed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhijay authored and cmoesel committed Sep 10, 2018
1 parent 047f990 commit 183d37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ if (!importCimcore) {
specifications = shrTI.importFromFilePath(input, configSpecifications);
expSpecifications = shrEx.expand(specifications, shrFE);
} else {
[configSpecifications, expSpecifications] = shrTI.importCIMCOREFromFilePath(`./cimcore-input/cimcore/`);
[configSpecifications, expSpecifications] = shrTI.importCIMCOREFromFilePath(input);
if (!configSpecifications) {
logger.fatal('Project configuration not found! Exiting the program. ERROR_CODE:11032');
process.exit(1);
Expand Down

0 comments on commit 183d37e

Please sign in to comment.