Skip to content

Commit

Permalink
Removed rsync comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
linus-berg committed Dec 11, 2023
1 parent b3d264d commit 7205014
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ACM.Wget/Wget.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public Wget(FileSystem fs) {
}

public async Task<bool> Mirror(string remote) {
/* Bucket is hardcoded to rsync */
return await Archive(remote);
}

Expand Down

0 comments on commit 7205014

Please sign in to comment.