Skip to content

Commit

Permalink
Fix abort when --bucket option specified
Browse files Browse the repository at this point in the history
  • Loading branch information
hirose31 committed Oct 26, 2021
1 parent a863706 commit a088cce
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkg/c/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ func (c Controller) Run() error {
c.Debugf(">> Run\n")
c.Debugf(" bucket=%s\n", c.m.Bucket())

if c.m.Bucket() != "" {
err := c.m.SetBucket(c.m.Bucket())
if err != nil {
panic(err)
}
}

c.updateList()

c.setInputCapture()
Expand Down

0 comments on commit a088cce

Please sign in to comment.