Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

feat(cli): AutoStart education notice [ch7441] #236

Merged
merged 4 commits into from
Feb 16, 2021
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
End comment in period
  • Loading branch information
greyscaled committed Feb 16, 2021
commit 515e6c06b6670221bb6972aecfbc7acd1f769d3c
2 changes: 1 addition & 1 deletion internal/cmd/envs.go
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ func buildUpdateReq(ctx context.Context, client *coder.Client, conf updateConf)
return &updateReq, nil
}

// TODO (Grey): Remove education in a future non-patch release
// TODO (Grey): Remove education in a future non-patch release.
func autoStartInfo() {
var preferencesURI string

Expand Down