Skip to content

Commit

Permalink
merge and remove a log
Browse files Browse the repository at this point in the history
  • Loading branch information
smonero committed Apr 22, 2024
1 parent 53f4581 commit bb17db4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/vcs/provider/github/repo_fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ func (g *RepoFetcher) clone(ctx context.Context, repo models.Repo, branch string
}

// Create the directory and parents if necessary.
g.Logger.Info("creating new directory inside clone at path: " + destinationPath)
if err := os.MkdirAll(destinationPath, 0700); err != nil {
return "", nil, errors.Wrap(err, "creating new directory")
}
Expand Down

0 comments on commit bb17db4

Please sign in to comment.