diff options
| author | Petter Rasmussen | 2016-02-13 17:22:07 +0100 |
|---|---|---|
| committer | Petter Rasmussen | 2016-02-13 17:22:07 +0100 |
| commit | 96d229360a687d9a660fe9bf7e01170fbde16798 (patch) | |
| tree | 8e9e008a29737d425c0bcff4042db4accc7eb125 | |
| parent | fc24aa48336d794998bf3e45356fb34721162b8a (diff) | |
| download | gdrive-96d229360a687d9a660fe9bf7e01170fbde16798.tar.bz2 | |
Typo
| -rw-r--r-- | drive/sync_download.go | 2 |
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 { |
