Skip to content

Commit 0e0a425

Browse files
tats-uabn
andauthored
Additional fix of previous commit
Co-authored-by: Arun Babu Neelicattu <[email protected]>
1 parent 2b71f2b commit 0e0a425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-poetry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def _get_win_folder_with_ctypes(csidl_name):
278278
[Environment]::SetEnvironmentVariable("Path", [Environment]::GetEnvironmentVariable("Path", "User") + ";{poetry_home_bin}", "User")
279279
```
280280
281-
B. Tries to appends the bin directory to PATH every when you run PowerShell (>=6 recommended):
281+
B. Try to append the bin directory to PATH every when you run PowerShell (>=6 recommended):
282282
283283
```
284284
echo 'if (-not (Get-Command poetry -ErrorAction Ignore)) {{ $env:Path += ";{poetry_home_bin}" }}' | Out-File -Append $PROFILE

0 commit comments

Comments
 (0)