diff options
Diffstat (limited to 'adb/client/fastdeploy.cpp')
-rw-r--r-- | adb/client/fastdeploy.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/client/fastdeploy.cpp b/adb/client/fastdeploy.cpp index c5fc12f0a..de82e14e5 100644 --- a/adb/client/fastdeploy.cpp +++ b/adb/client/fastdeploy.cpp @@ -112,7 +112,7 @@ static void push_to_device(const void* data, size_t byte_count, const char* dst, // but can't be removed until after the push. unix_close(tf.release()); - if (!do_sync_push(srcs, dst, sync)) { + if (!do_sync_push(srcs, dst, sync, true)) { error_exit("Failed to push fastdeploy agent to device."); } } |