Skip to content

Commit

Permalink
Update cmd/builder/cli/cli.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ralf Pannemans <ralf.pannemans@googlemail.com>
  • Loading branch information
pbusko and c0d1ngm0nk3y authored Nov 14, 2024
1 parent ed29cfc commit fe01dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/builder/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ var builderCmd = &cobra.Command{

for name, dir := range tempDirs {
if *dir, err = os.MkdirTemp("", name); err != nil {
logger.Errorf("failed to create %s folder, error: %s\n", name, err.Error())
logger.Errorf("failed to create folder %q, error: %s\n", name, err.Error())
return errors.ErrGenericBuild
}
}
Expand Down

0 comments on commit fe01dea

Please sign in to comment.