diff options
-rw-r--r-- | app/compose.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/compose.go b/app/compose.go index 56b8f350..4f369f38 100644 --- a/app/compose.go +++ b/app/compose.go @@ -344,8 +344,6 @@ func (c *Composer) SetAttachKey(attach bool) error { if err != nil { return fmt.Errorf("failed to delete attachment '%s: %w", name, err) } - } else { - attach = !attach } } if attach { |