Also return the path with the new extension appended

This commit is contained in:
Djamil Legato
2016-01-06 11:56:16 -08:00
parent 3c72bcad27
commit cb64ded1b4

View File

@@ -156,7 +156,7 @@ class Gpm
file_put_contents($cache_dir . DS . $filename . '.zip', $contents);
return $cache_dir . DS . $filename;
return $cache_dir . DS . $filename . '.zip';
}
private static function _downloadSelfupgrade($package, $tmp)