Skip to content

Commit

Permalink
chore: fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
abiosoft authored Jul 7, 2024
1 parent 1b1da1c commit 28c70fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/dirs.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ var (
return dir, nil
}

dir, err = os.UserHomeDir()
dir, err := os.UserHomeDir()
if err != nil {
return "", err
}
Expand Down

0 comments on commit 28c70fd

Please sign in to comment.