Skip to content

Commit 753d11d

Browse files
committed
fix: final punctuation error
1 parent edb25ba commit 753d11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pbm/storage/fs/fs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func (cfg *Config) IsSameStorage(other *Config) bool {
6565

6666
func (cfg *Config) Cast() error {
6767
if cfg == nil {
68-
return errors.New("missing filesystem configuration with filesystem 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")

0 commit comments

Comments
 (0)