We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6fe0dc commit 4807b73Copy full SHA for 4807b73
1 file changed
install.ps1
@@ -1,4 +1,4 @@
1
-# Create gengo directory in AppData/Roaming
+# Create envfetch directory in AppData/Roaming
2
$envfetchPath = "$env:APPDATA\envfetch"
3
New-Item -ItemType Directory -Force -Path $envfetchPath -ErrorAction SilentlyContinue | Out-Null
4
Write-Host "Installing envfetch to $envfetchPath"
0 commit comments