aboutsummaryrefslogtreecommitdiffstats
path: root/handlers_drive.go
diff options
context:
space:
mode:
Diffstat (limited to 'handlers_drive.go')
-rw-r--r--handlers_drive.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/handlers_drive.go b/handlers_drive.go
index 8e7540c..029b47e 100644
--- a/handlers_drive.go
+++ b/handlers_drive.go
@@ -65,6 +65,7 @@ func downloadSyncHandler(ctx cli.Context) {
RootId: args.String("id"),
DryRun: args.Bool("dryRun"),
DeleteExtraneous: args.Bool("deleteExtraneous"),
+ Comparer: Md5Comparer{},
})
checkErr(err)
}
@@ -122,6 +123,7 @@ func uploadSyncHandler(ctx cli.Context) {
DryRun: args.Bool("dryRun"),
DeleteExtraneous: args.Bool("deleteExtraneous"),
ChunkSize: args.Int64("chunksize"),
+ Comparer: Md5Comparer{},
})
checkErr(err)
}