Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nao1215 committed Jan 10, 2024
1 parent e03525c commit 0557279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [](https://github.com/nao1215/rainbow/compare/77bdf974281a...) (2024-01-08)
## [](https://github.com/nao1215/rainbow/compare/77bdf974281a...) (2024-01-10)

* Add unit test for S3 external layer [#31](https://github.com/nao1215/rainbow/pull/31) ([nao1215](https://github.com/nao1215))
* Introduce localstack pro into GitHub Actions(CI) [#30](https://github.com/nao1215/rainbow/pull/30) ([nao1215](https://github.com/nao1215))
Expand Down
2 changes: 1 addition & 1 deletion ui/s3hub/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (m *s3hubListBucketModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
func (m *s3hubListBucketModel) View() string {
if m.err != nil {
m.status = s3hubListBucketStatusQuit
return fmt.Sprintf("%s", ui.ErrorMessage(m.err))
return ui.ErrorMessage(m.err)
}

if m.status == s3hubListBucketStatusQuit {
Expand Down

0 comments on commit 0557279

Please sign in to comment.