Skip to content

Commit a6eaca8

Browse files
typo
1 parent 11a5d33 commit a6eaca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/installer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function getFileName(version: string): string {
118118
}
119119

120120
// 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.
121+
// don't containt that prefix, so we normalize the version.
122122
if (version.startsWith("v")) {
123123
version = version.substring(1);
124124
}

0 commit comments

Comments
 (0)