Skip to content

Commit

Permalink
chore: dir perm
Browse files Browse the repository at this point in the history
  • Loading branch information
naiba committed Nov 28, 2024
1 parent e60db34 commit 1772de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func (c *Config) Save() error {
}

dir := filepath.Dir(c.filePath)
if err := os.MkdirAll(dir, 0755); err != nil {
if err := os.MkdirAll(dir, 0750); err != nil {
return err
}

Expand Down

0 comments on commit 1772de7

Please sign in to comment.