We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a5d33 commit a6eaca8Copy full SHA for a6eaca8
src/installer.ts
@@ -118,7 +118,7 @@ function getFileName(version: string): string {
118
}
119
120
// Newer versions of the cli are tagged with the `v` prefix, but the artifacts
121
- // doesn't containt that prefix, se we normalize the version.
+ // don't containt that prefix, so we normalize the version.
122
if (version.startsWith("v")) {
123
version = version.substring(1);
124
0 commit comments