diff options
Diffstat (limited to 'fastboot/fastboot.cpp')
-rw-r--r-- | fastboot/fastboot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp index cbd42b17e..7fdc28b3d 100644 --- a/fastboot/fastboot.cpp +++ b/fastboot/fastboot.cpp @@ -1226,7 +1226,7 @@ static void CancelSnapshotIfNeeded() { std::string merge_status = "none"; if (fb->GetVar(FB_VAR_SNAPSHOT_UPDATE_STATUS, &merge_status) == fastboot::SUCCESS && merge_status != "none") { - fb->SnapshotUpdateCommand("Cancel"); + fb->SnapshotUpdateCommand("cancel"); } } |