summaryrefslogtreecommitdiff
path: root/internal/run.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/run.go')
-rw-r--r--internal/run.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/internal/run.go b/internal/run.go
index 43874bf..695757b 100644
--- a/internal/run.go
+++ b/internal/run.go
@@ -67,11 +67,6 @@ func runPlatform(ctx context.Context, args config.Args, platform platforms.Platf
return err
}
- if args.ComposeMode {
- colour.Infoln("Not posting any entry in compose mode!")
- return nil
- }
-
err = platform.Post(ctx, args, sizeLimit, en)
if errors.Is(err, prompt.ErrRamdomOther) || errors.Is(err, prompt.ErrDeleted) {
return runPlatform(ctx, args, platform, sizeLimit)