Skip to content

Commit

Permalink
Update AutoBackup.js to use diff all (betaflight#4080)
Browse files Browse the repository at this point in the history
* Update AutoBackup.js

* feedback
  • Loading branch information
haslinghuis authored Jul 1, 2024
1 parent b9e602f commit 2bd55e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/utils/AutoBackup.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class AutoBackup {
console.log('Running backup');

await this.activateCliMode();
await this.sendCommand("diff");
await this.sendCommand("diff all");

setTimeout(async () => {
this.sendCommand("exit", this.onClose);
Expand Down

0 comments on commit 2bd55e0

Please sign in to comment.