Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 9d16004

Browse files
authored
Merge pull request #316 from vdemeester/refactoring-container-struct
Refactoring the Container struct…
2 parents d1876c1 + 51f5e9c commit 9d16004

File tree

7 files changed

+507
-558
lines changed

7 files changed

+507
-558
lines changed

cli/app/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ func ProjectScale(p project.APIProject, c *cli.Context) error {
303303

304304
err := p.Scale(context.Background(), c.Int("timeout"), servicesScale)
305305
if err != nil {
306-
return cli.NewExitError(err.Error(), 1)
306+
return cli.NewExitError(err.Error(), 0)
307307
}
308308
return nil
309309
}

0 commit comments

Comments
 (0)