Skip to content

Commit

Permalink
restired the code which got deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
AnishVallolikalathilAchuthadas committed Jun 18, 2024
1 parent 5400466 commit 26e797e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containerm/deployment/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (d *deploymentMgr) Deploy(ctx context.Context) error {
if !entry.IsDir() && strings.HasSuffix(path, ".json") {
ctr, readErr := util.ReadContainer(path)
if readErr != nil {
log.ErrorErr(readErr, "error reading container configuration from file =", path)
log.ErrorErr(readErr, "error reading container configuration from file = %s", path)
} else {
ctrs = append(ctrs, ctr)
}
Expand Down

0 comments on commit 26e797e

Please sign in to comment.