We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8273ef commit 610c74aCopy full SHA for 610c74a
bin/cf-openapi
@@ -11,7 +11,7 @@ const { components: { processor } } = require('../index');
11
const sdkValidator = require('./sdkValidator');
12
13
const tmpFile = path.resolve(os.tmpdir(), 'openapi.json');
14
-const speccyRelativeRulesPath = './node_modules/codefresh-io/cf-openapi/validation-rules';
+const speccyRelativeRulesPath = '../../codefresh-io/cf-openapi/validation-rules';
15
16
17
function collect(val, item) {
0 commit comments