Skip to content

Commit

Permalink
fix versionError(...) formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tch1b0 committed Jul 28, 2023
1 parent ee9baca commit c23dccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/commands/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@ func installError(dependency string) {
}

func versionError(dependency string, version string) {
fmt.Printf(color.RedString("\rthe version \"%s\" for the dependency %s %s"), color.YellowString(dependency), color.RedString("was not found. The default version was installed\n"))
fmt.Printf(color.RedString("\rthe version \"%s\" %s %s %s"), color.YellowString(version), color.RedString("for the dependency"), color.YellowString(dependency), color.RedString("was not found. The default version was installed\n"))
}

0 comments on commit c23dccd

Please sign in to comment.