Skip to content

Commit eee58de

Browse files
Update src/featureSet.ts
Co-authored-by: Ethan <39577870+ethanndickson@users.noreply.github.com>
1 parent 5189b50 commit eee58de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/featureSet.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function featureSetForVersion(
3131
(version ? version.compare("2.19.0") : -1) >= 0 ||
3232
version?.prerelease[0] === "devel",
3333

34-
// --reason flag was added in 2.25.0
34+
// The --reason flag was added to `coder start` in 2.25.0
3535
buildReason:
3636
(version?.compare("2.25.0") || 0) >= 0 ||
3737
version?.prerelease[0] === "devel",

0 commit comments

Comments
 (0)