Skip to content

Commit cbd2c5e

Browse files
authored
Removed 2 comments containing Appwrite reference
1 parent c10a696 commit cbd2c5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/cli/install.ps1.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
$GITHUB_x64_URL = "https://github.com/{{ sdk.gitUserName }}/{{ sdk.gitRepoName | caseDash }}/releases/download/{{ sdk.version }}/{{ language.params.executableName }}-cli-win-x64.exe"
1717
$GITHUB_arm64_URL = "https://github.com/{{ sdk.gitUserName }}/{{ sdk.gitRepoName | caseDash }}/releases/download/{{ sdk.version }}/{{ language.params.executableName }}-cli-win-arm64.exe"
1818

19-
# Appwrite download directory
19+
# {{ spec.title | caseUcfirst }} download directory
2020
${{ spec.title | upper }}_DOWNLOAD_DIR = Join-Path -Path $env:TEMP -ChildPath "{{ language.params.executableName }}.exe"
2121

22-
# Appwrite CLI location
22+
# {{ spec.title | caseUcfirst }} CLI location
2323
${{ spec.title | upper }}_INSTALL_DIR = Join-Path -Path $env:LOCALAPPDATA -ChildPath "{{ spec.title | caseUcfirst }}"
2424

2525
$USER_PATH_ENV_VAR = [Environment]::GetEnvironmentVariable("PATH", "User")
@@ -85,4 +85,4 @@ CheckSystemInfo
8585
DownloadBinary
8686
Install
8787
CleanUp
88-
InstallCompleted
88+
InstallCompleted

0 commit comments

Comments
 (0)