Skip to content

Commit

Permalink
Merge pull request #1 from hirose31/fix-b-option
Browse files Browse the repository at this point in the history
Fix abort when --bucket option specified
  • Loading branch information
hirose31 authored Oct 26, 2021
2 parents a863706 + a088cce commit e7033aa
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 e7033aa

Please sign in to comment.