File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ func (cfg *Config) IsSameStorage(other *Config) bool {
6565
6666func (cfg * Config ) Cast () error {
6767 if cfg == nil {
68- return errors .New ("Missing blackhole configuration with blackhole storage type." )
68+ return errors .New ("missing filesystem configuration with filesystem storage type." )
6969 }
7070 if cfg .Path == "" {
7171 return errors .New ("path can't be empty" )
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ func (cfg *Config) IsSameStorage(other *Config) bool {
201201
202202func (cfg * Config ) Cast () error {
203203 if cfg == nil {
204- return errors .New ("Missing S3 configuration with S3 storage type. " )
204+ return errors .New ("missing S3 configuration with S3 storage type" )
205205 }
206206 if cfg .Region == "" {
207207 cfg .Region = defaultS3Region
You can’t perform that action at this time.
0 commit comments