Skip to content

Commit

Permalink
Merge pull request #21 from stuartleeks/sl/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
stuartleeks committed Jul 6, 2020
2 parents 781cec2 + 01f6fd7 commit 08b715a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/update/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ func PeriodicCheckForUpdate(currentVersion string) {
}

fmt.Printf("\n\n UPDATE AVAILABLE: %s \n \n Release notes: %s\n", latest.Version, latest.ReleaseNotes)
fmt.Printf("Run `devcontainer udpate` to apply the update\n\n")
fmt.Printf("Run `devcontainer update` to apply the update\n\n")
}

0 comments on commit 08b715a

Please sign in to comment.