Skip to content

Commit

Permalink
feat: change error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Luthfi Fahlevi committed Sep 2, 2024
1 parent 0f0b609 commit a938f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ type Asset struct {

func (a *Asset) Validate() error {
if a.DeleteAssetsTimeout == 0 {
return errors.New("delete assets timeout is required")
return errors.New("delete assets timeout must greater than 0 second")
}

return nil
Expand Down

0 comments on commit a938f0f

Please sign in to comment.