Skip to content

Commit

Permalink
fix(pool): revert path used to .sfpowerscripts for backward compatibi…
Browse files Browse the repository at this point in the history
…lity
  • Loading branch information
sfopsbot committed Jan 8, 2024
1 parent 53b0912 commit 625b39b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export default class PoolCreateImpl extends PoolBaseImpl {

function addDescriptionToScratchOrg(pool: PoolConfig) {

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

Expand Down

0 comments on commit 625b39b

Please sign in to comment.