Skip to content

Commit ac904c6

Browse files
committed
fix: powershell syntax error
1 parent 16defdb commit ac904c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ function Find-PythonExecutable {
159159
"C:\Users\$env:USERNAME\AppData\Local\Programs\Python\Python311\python.exe",
160160
"C:\Python313\python.exe",
161161
"C:\Python312\python.exe",
162-
"C:\Python311\python.exe",
162+
"C:\Python311\python.exe"
163163
)
164164

165165

0 commit comments

Comments
 (0)