Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 3a51663

Browse files
committed
fix properties plugin for new situation as a separate repo
1 parent c7f8ee9 commit 3a51663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/properties.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
const path = require('path'),
1919
{ properties } = require('./composer'),
20-
package = require(path.join(__dirname, '../node_modules/@ibm-functions/composer/package.json'))
20+
package = require(path.join(__dirname, '../../../node_modules/@ibm-functions/composer/package.json'))
2121

2222
const usage = cmd => ({
2323
title: 'Composer Configuration',

0 commit comments

Comments
 (0)