mirror of
https://github.com/revoltchat/revite.git
synced 2025-02-18 14:22:49 -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) {}
|
} catch (err) {}
|
||||||
|
|
||||||
if (target) {
|
if (target) {
|
||||||
let arg = branch ? `-b ${branch}` : "";
|
let arg = branch ? `-b ${branch} ` : "";
|
||||||
await exec(`git clone ${arg}${target} ${OUT_DIRECTORY}`);
|
await exec(`git clone ${arg}${target} ${OUT_DIRECTORY}`);
|
||||||
await exec(`rm -rf ${resolve(OUT_DIRECTORY, ".git")}`);
|
await exec(`rm -rf ${resolve(OUT_DIRECTORY, ".git")}`);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue