diff --git a/ACM.Wget/Wget.cs b/ACM.Wget/Wget.cs index dd6b33e..9ebeaa1 100644 --- a/ACM.Wget/Wget.cs +++ b/ACM.Wget/Wget.cs @@ -14,7 +14,6 @@ public Wget(FileSystem fs) { } public async Task Mirror(string remote) { - /* Bucket is hardcoded to rsync */ return await Archive(remote); }