Skip to content

Commit 01f6fd7

Browse files
committed
Fix typo
1 parent 781cec2 commit 01f6fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/update/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ func PeriodicCheckForUpdate(currentVersion string) {
5050
}
5151

5252
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")
53+
fmt.Printf("Run `devcontainer update` to apply the update\n\n")
5454
}

0 commit comments

Comments
 (0)