Skip to content

Commit 4807b73

Browse files
authored
fix: comment in install script for Windows
1 parent b6fe0dc commit 4807b73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Create gengo directory in AppData/Roaming
1+
# Create envfetch directory in AppData/Roaming
22
$envfetchPath = "$env:APPDATA\envfetch"
33
New-Item -ItemType Directory -Force -Path $envfetchPath -ErrorAction SilentlyContinue | Out-Null
44
Write-Host "Installing envfetch to $envfetchPath"

0 commit comments

Comments
 (0)