added arguments directly

This commit is contained in:
Ruben Cid 2019-04-16 11:51:06 +02:00
parent c3557a4449
commit 1964f11b30
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ func packApp(cmd *commands.Command, args []string) int {
args := []string{"build", "-o", binPath}
if len(buildArgs) > 0 {
args = append(args, strings.Fields(buildArgs)...)
args = append(args, buildArgs)
}
if verbose {