Explorar o código

Fix typo --foreigne to --foreign

Gravemind %!s(int64=7) %!d(string=hai) anos
pai
achega
6c49436942
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      print.go

+ 1 - 1
print.go

@@ -372,7 +372,7 @@ func printUpdateList(parser *arguments) error {
 
 	noTargets := len(parser.targets) == 0
 
-	if !parser.existsArg("m", "foreigne") {
+	if !parser.existsArg("m", "foreign") {
 		for _, pkg := range repoUp {
 			if noTargets || parser.targets.get(pkg.Name) {
 				fmt.Printf("%s %s -> %s\n", bold(pkg.Name), green(pkg.LocalVersion), green(pkg.RemoteVersion))