Skip to content

Commit 03c0e52

Browse files
committed
works
1 parent cd2aefa commit 03c0e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cdktf-cli/templates/python-pip/.hooks.sscaff.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ exports.post = options => {
3030
chmodSync('main.py', '700');
3131

3232
execSync(`${cli} get`, { stdio: 'inherit' });
33-
execSync(`python3 run ./main.py`);
33+
execSync(`python3 ./main.py`);
3434

3535
console.log(readFileSync('./help', 'utf-8'));
3636
};

0 commit comments

Comments
 (0)