Skip to content

Commit

Permalink
fix(updateloop): unify temp directory names
Browse files Browse the repository at this point in the history
  • Loading branch information
FlandiaYingman committed Nov 13, 2023
1 parent f561c59 commit b7000e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/pkg/arkdata/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
)

func download(ctx context.Context, repoOwner, repoName, sha string) (string, string, error) {
temp, err := os.MkdirTemp("", "arkdata_download-*")
if err != nil {
return "", "", errors.WithStack(err)
}
Expand Down

0 comments on commit b7000e7

Please sign in to comment.