Skip to content

Commit 610c74a

Browse files
validation
1 parent a8273ef commit 610c74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cf-openapi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const { components: { processor } } = require('../index');
1111
const sdkValidator = require('./sdkValidator');
1212

1313
const tmpFile = path.resolve(os.tmpdir(), 'openapi.json');
14-
const speccyRelativeRulesPath = './node_modules/codefresh-io/cf-openapi/validation-rules';
14+
const speccyRelativeRulesPath = '../../codefresh-io/cf-openapi/validation-rules';
1515

1616

1717
function collect(val, item) {

0 commit comments

Comments
 (0)