Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a6eaca8

Browse filesBrowse files
typo
1 parent 11a5d33 commit a6eaca8
Copy full SHA for a6eaca8

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/installer.ts

Copy file name to clipboardExpand all lines: src/installer.ts
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.