1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

fix: s/push/git

This commit is contained in:
Sérgio Ramos 2017-05-30 23:40:15 +01:00
parent b7371b355a
commit 6632d8c4e4

View File

@ -36,7 +36,7 @@ const build = async () => {
} }
); );
return execa('push', ['push', `${NAMESPACE}/${name}`], { return execa('git', ['push', `${NAMESPACE}/${name}`], {
stdio: 'inherit' stdio: 'inherit'
}); });
}); });