We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785c789 commit 6d61425Copy full SHA for 6d61425
1 file changed
src/functions/deployDefaultConfig.js
@@ -13,7 +13,7 @@ const { FsInterface } = require( '@squirrel-forge/node-util' );
13
* @return {Promise<void>} - May throw errors
14
*/
15
module.exports = async function deployDefaultConfig( name, read, target ) {
16
- const data = require( './' + read );
+ const data = require( '../' + read );
17
const resolved = path.resolve( target, name );
18
const config_exists = await FsInterface.exists( resolved );
19
if ( config_exists ) {
0 commit comments