Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoeser committed Oct 21, 2023
1 parent 3694cb6 commit 326a756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

func GetTempDir() string {
dir, err := os.MkdirTemp(os.TempDir, "-git-sync"))
dir, err := os.MkdirTemp(os.TempDir(), "-git-sync")
if err != nil {
log.Error().Err(err)
}
Expand Down

0 comments on commit 326a756

Please sign in to comment.