Skip to content

Commit

Permalink
use expanded dir
Browse files Browse the repository at this point in the history
  • Loading branch information
keefertaylor committed Dec 12, 2023
1 parent 75dd117 commit 339f9b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/file.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func CreateDirectoryIfNeeded(configurationDirectory string, logger *log.Logger)
return nil
}

err = os2.MkdirAll(configurationDirectory, 0o755)
err = os2.MkdirAll(expanded, 0o755)
if err != nil {
return err
}
Expand Down

0 comments on commit 339f9b0

Please sign in to comment.