Skip to content

Commit

Permalink
Use master for now
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Feb 23, 2024
1 parent 538e2f5 commit ebda967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = async kernel =>
method: 'shell.run',
params:
{
message: 'git clone https://github.com/facefusion/facefusion --branch 2.3.0 --single-branch'
message: 'git clone https://github.com/facefusion/facefusion --branch master --single-branch'
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion update.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = () =>
method: 'shell.run',
params:
{
message: 'git checkout 2.3.0',
message: 'git checkout master',
path: 'facefusion'
}
}
Expand Down

0 comments on commit ebda967

Please sign in to comment.