mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-21 14:40:58 -05:00
fix(assets): missed 1 space
This commit is contained in:
parent
d8f2cac171
commit
6595b7687a
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ function exec(command) {
|
|||
} catch (err) {}
|
||||
|
||||
if (target) {
|
||||
let arg = branch ? `-b ${branch}` : "";
|
||||
let arg = branch ? `-b ${branch} ` : "";
|
||||
await exec(`git clone ${arg}${target} ${OUT_DIRECTORY}`);
|
||||
await exec(`rm -rf ${resolve(OUT_DIRECTORY, ".git")}`);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue