Skip to content

Commit

Permalink
fix: Properly quote extra images when parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Mar 14, 2024
1 parent b798e7e commit d416cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ metadata:
name: unused`+strconv.Itoa(fileIdx)+`
spec:
containers:
- image: `+scanner.Text()),
- image: "`+scanner.Text()+`"`),
0o400,
)

Expand Down

0 comments on commit d416cef

Please sign in to comment.