Skip to content

Commit

Permalink
fix: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Diana Sentoso committed Jun 17, 2021
1 parent 4685a72 commit 2f8dc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default class InstallCommand extends UpdateCommand {
this.channel = versionParts[1].substr(0, versionParts[1].indexOf('.'));
this.debug(`Flag overriden target channel: ${this.channel}`);
} else if (versionParts.length === 1 && !channelUpdateRequested) {
// If there is only one version part then the channel must be stable
// If there is only one version part and !channelUpdateRequested then the channel must be stable
this.channel = 'stable';
}

Expand Down

0 comments on commit 2f8dc5c

Please sign in to comment.