We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb25ba commit 753d11dCopy full SHA for 753d11d
pbm/storage/fs/fs.go
@@ -65,7 +65,7 @@ func (cfg *Config) IsSameStorage(other *Config) bool {
65
66
func (cfg *Config) Cast() error {
67
if cfg == nil {
68
- return errors.New("missing filesystem configuration with filesystem storage type.")
+ return errors.New("missing filesystem configuration with filesystem storage type")
69
}
70
if cfg.Path == "" {
71
return errors.New("path can't be empty")
0 commit comments