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

This commit is contained in:
Giftpflanze 2020-07-01 17:10:24 +02:00 committed by J Guerreiro
parent 7efeaaff81
commit fff9d74764

View file

@ -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
}
}