mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
fix: s/push/git
This commit is contained in:
parent
b7371b355a
commit
6632d8c4e4
@ -36,7 +36,7 @@ const build = async () => {
|
||||
}
|
||||
);
|
||||
|
||||
return execa('push', ['push', `${NAMESPACE}/${name}`], {
|
||||
return execa('git', ['push', `${NAMESPACE}/${name}`], {
|
||||
stdio: 'inherit'
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user