Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
typo
  • Loading branch information
alessio-perugini committed Jul 1, 2024
commit a6eaca8aa827d4da99be68b691a5a3a7f7617a40
2 changes: 1 addition & 1 deletion src/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function getFileName(version: string): string {
}

// Newer versions of the cli are tagged with the `v` prefix, but the artifacts
// doesn't containt that prefix, se we normalize the version.
// don't containt that prefix, so we normalize the version.
if (version.startsWith("v")) {
version = version.substring(1);
}
Expand Down