package: fix variable name usage (#1829)

This commit is contained in:
Ben Boeckel 2016-09-22 14:47:25 -04:00 committed by Todd Gamblin
parent f1f301ad3b
commit c7860322f5

View File

@ -722,7 +722,7 @@ def do_fetch(self, mirror_only=False):
if not ignore_checksum: if not ignore_checksum:
raise FetchError("Will not fetch %s" % raise FetchError("Will not fetch %s" %
self.spec.format('$_$@'), checksum_msg) self.spec.format('$_$@'), ck_msg)
self.stage.fetch(mirror_only) self.stage.fetch(mirror_only)