without comma

This commit is contained in:
2022-10-30 22:03:56 +01:00
parent 33b60cea3b
commit 064cec5742
3 changed files with 4 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ func (p *Pipeline) WithGolangBin(opts *GolangBinOpts) *Pipeline {
"sh",
"-c",
fmt.Sprintf(
"'ls %s && cp %s, %s'", tempmount, tempmount, usrbin,
"'ls %s && cp %s %s'", tempmount, tempmount, usrbin,
),
},
})