Skip to content

Commit

Permalink
cmd/vinegar: add comment regarding need for mime
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Feb 7, 2025
1 parent 1e42c80 commit dbbb1f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/vinegar/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ func (b *bootstrapper) install() error {
return err
}

// MIME has to be setup in-order for Studio to login.
if err := b.setupMIME(); err != nil {
return err
}
Expand Down

0 comments on commit dbbb1f5

Please sign in to comment.