Skip to content

Commit 0ae00d0

Browse files
committed
Typo fix
1 parent c54efd9 commit 0ae00d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/installer/stages/platformio-core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export default class PlatformIOCoreStage extends BaseStage {
162162

163163
async whereIsPython() {
164164
let status = this.params.pythonPrompt.STATUS_TRY_AGAIN;
165-
this.configurePortablePython();
165+
this.configureBuiltInPython();
166166

167167
do {
168168
const pythonExecutable = await proc.findPythonExecutable();

0 commit comments

Comments
 (0)