Use master for now

This commit is contained in:
henryruhs
2024-02-23 23:04:43 +01:00
parent 538e2f5bba
commit ebda967778
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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'
}
},
{
+1 -1
View File
@@ -23,7 +23,7 @@ module.exports = () =>
method: 'shell.run',
params:
{
message: 'git checkout 2.3.0',
message: 'git checkout master',
path: 'facefusion'
}
}