Skip to content

Commit 625b39b

Browse files
author
sfopsbot
committed
fix(pool): revert path used to .sfpowerscripts for backward compatibility
1 parent 53b0912 commit 625b39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sfp-cli/src/core/scratchorg/pool/PoolCreateImpl.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ export default class PoolCreateImpl extends PoolBaseImpl {
273273

274274
function addDescriptionToScratchOrg(pool: PoolConfig) {
275275

276-
const configClonePath = path.join('.sfp','scratchorg-configs',`${ makeFileId(8)}.json`);
276+
const configClonePath = path.join('.sfpowerscripts','scratchorg-configs',`${ makeFileId(8)}.json`);
277277
fs.mkdirpSync('.sfpowerscripts/scratchorg-configs');
278278
fs.copyFileSync(pool.configFilePath,configClonePath);
279279

0 commit comments

Comments
 (0)