Skip to content

Commit 5f1d0e3

Browse files
committed
fix: do not use relative paths with the pwsh script
1 parent 60b0e82 commit 5f1d0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sudoku-tui.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
textual run "./src/app/app.py"
1+
py "$PSScriptRoot\src\app\app.py"

0 commit comments

Comments
 (0)