Skip to content

Commit

Permalink
fix(git tests): Fix Git#clearServer
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
  • Loading branch information
marcelklehr committed Jan 18, 2024
1 parent 34edb83 commit deb66b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/adapters/Git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export default class GitAdapter extends CachingAdapter {
this.dir = '/' + hash + '/'

Logger.log('(git) init')
await git.init({ fs, dir: this.dir })
await git.init({ fs, dir: this.dir, defaultBranch: this.server.branch })
await git.addRemote({
fs,
dir: this.dir,
Expand Down

0 comments on commit deb66b9

Please sign in to comment.