mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 00:10:58 -05:00
Pass 'rebase' flag
This commit is contained in:
parent
a13eb3ae66
commit
0dadf90aa9
@ -81,7 +81,7 @@ export default class Developer {
|
||||
if (interaction.replied) interaction.followUp(update_success);
|
||||
else interaction.reply(update_success);
|
||||
};
|
||||
exec('git pull', {windowsHide:true}, (err:Error, stdout)=>{
|
||||
exec('git pull --rebase', {windowsHide:true}, (err:Error, stdout)=>{
|
||||
if (err) hammondYouIdiot.edit(`\`\`\`${UsernameHelper(err.message)}\`\`\``);
|
||||
else if (stdout.includes('Already up to date')) hammondYouIdiot.edit('Repository is currently up to date.');
|
||||
else hammondYouIdiot.edit('Running `yarn tsc`...').then(()=>exec('yarn tsc', {windowsHide:true}, (err:Error)=>{
|
||||
|
Loading…
Reference in New Issue
Block a user