Skip to content

Commit

Permalink
kobopatch: Increase string width for ApplyFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaskin committed Mar 17, 2020
1 parent 5b5b541 commit 599ac1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kobopatch/kobopatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ func (k *KoboPatch) ApplyFiles() error {
k.l("\nAdding additional files")
for src, dests := range k.Config.Files {
for _, dest := range dests {
k.l(" ADD %-25s TO %s", src, dest)
k.l(" ADD %-35s TO %s", src, dest)
k.d(" %s -> %s", src, dest)
if strings.HasPrefix(dest, "/") {
k.d(" --> destination must not start with a slash")
Expand Down

0 comments on commit 599ac1c

Please sign in to comment.