aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drive/sync_download.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/drive/sync_download.go b/drive/sync_download.go
index 918c731..fb7b3ae 100644
--- a/drive/sync_download.go
+++ b/drive/sync_download.go
@@ -44,7 +44,7 @@ func (self *Drive) DownloadSync(args DownloadSyncArgs) error {
fmt.Fprintf(args.Out, "Found %d local files and %d remote files\n", len(files.local), len(files.remote))
- // Ensure that that we don't overwrite any local changes
+ // Ensure that we don't overwrite any local changes
if args.Resolution == NoResolution {
err = ensureNoLocalModifications(changedFiles)
if err != nil {