We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781cec2 commit 01f6fd7Copy full SHA for 01f6fd7
internal/pkg/update/update.go
@@ -50,5 +50,5 @@ func PeriodicCheckForUpdate(currentVersion string) {
50
}
51
52
fmt.Printf("\n\n UPDATE AVAILABLE: %s \n \n Release notes: %s\n", latest.Version, latest.ReleaseNotes)
53
- fmt.Printf("Run `devcontainer udpate` to apply the update\n\n")
+ fmt.Printf("Run `devcontainer update` to apply the update\n\n")
54
0 commit comments