Explorar o código

Fix "%s is up to date -- skipping" message formatting

Giftpflanze %!s(int64=4) %!d(string=hai) anos
pai
achega
fff9d74764
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      install.go

+ 1 - 1
install.go

@@ -1070,7 +1070,7 @@ func buildInstallPkgbuilds(
 					return errors.New(gotext.Get("error making: %s", err))
 				}
 
-				fmt.Fprintln(os.Stdout, gotext.Get("%s is up to date -- skipping"), cyan(pkg+"-"+pkgVersion))
+				fmt.Fprintln(os.Stdout, gotext.Get("%s is up to date -- skipping", cyan(pkg+"-"+pkgVersion)))
 				continue
 			}
 		}