Fix closure size display

This commit is contained in:
Eelco Dolstra 2014-07-11 14:27:17 +02:00
parent e196eecbe6
commit b8f24f2535
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ sub copyTo {
$missingSize += (queryPathInfo($_, 1))[3] foreach @missing;
printf STDERR "copying %d missing paths (%.2f MiB) to $sshHost...\n",
scalar(@missing), $missingSize / (1024.0^2);
scalar(@missing), $missingSize / (1024**2);
return if $dryRun;
# Send the "import paths" command.