Skip to content

Commit

Permalink
Only log non critical error
Browse files Browse the repository at this point in the history
  • Loading branch information
bchatelard committed Nov 28, 2024
1 parent c704477 commit 9218ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/koyeb/deploy_addons_cog.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (c *cogAddon) Cleanup(ctx *CLIContext) error {
path := path.Join(c.directory, "Dockerfile.cog")
err := os.Remove(path)
if err != nil {
return err
log.Debugf("Unable to delete Dockerfile.cog %v", err)
}
}

Expand Down

0 comments on commit 9218ac5

Please sign in to comment.