urlfetcher: Fix incorrect comment

Added via 3f15a489cd when the code was reworked, but the default has
always been i386. Maybe we should change it to amd64, but it needs
testing. In the mean time, fix the comment.

Spotted at 3f15a489cd (commitcomment-20111744)
This commit is contained in:
Cole Robinson 2016-12-13 14:37:16 -05:00
parent e369580450
commit 10715eb50c

View File

@ -1107,7 +1107,7 @@ class DebianDistro(Distro):
logging.debug("Found treearch=%s in uri", arch)
return arch
# Otherwise default to amd64
# Otherwise default to i386
arch = "i386"
logging.debug("No treearch found in uri, defaulting to arch=%s", arch)
return arch