Skip to content

Commit

Permalink
fix: missing quotes on promptUpdateDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Icaruk committed Jul 28, 2023
1 parent bdfa439 commit b9ccb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/updater/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func promptUpdateDependency(
response := ""
prompt := &survey.Select{
Message: fmt.Sprintf(
"%s Update %s from %s to %s?",
"%s Update '%s' from %s to %s?",
printUpdateProgress(updateProgressCount, maxUpdateProgress),
dependency,
currentVersion,
Expand Down

0 comments on commit b9ccb43

Please sign in to comment.