Skip to content

Commit

Permalink
Merge pull request #110 from rsteube/rename-tmp-folder
Browse files Browse the repository at this point in the history
renamed tmp folder
  • Loading branch information
rsteube authored Dec 21, 2022
2 parents 7268401 + a537565 commit 0c1398a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrape.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

func Scrape(cmd *cobra.Command) {
dir, err := os.MkdirTemp(os.TempDir(), "carascrape")
dir, err := os.MkdirTemp(os.TempDir(), "carapace-scrape-")
if err != nil {
panic(err.Error())
}
Expand Down

0 comments on commit 0c1398a

Please sign in to comment.