Skip to content

Commit

Permalink
Major dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsaturn committed Apr 28, 2024
1 parent ea6c70f commit 2b6500f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/GitHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export default class GitHelper {
const remote = `${SCHEME}://${USER}:${PASS}@${REPO_PATH}`
Logger.dev(`Cloning HTTPS ${remote}`)
return git() //
.silent(true) //
.raw([
'clone',
'--recurse-submodules',
Expand Down

0 comments on commit 2b6500f

Please sign in to comment.