Skip to content
Snippets Groups Projects
Unverified Commit 77516166 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

nix-prefetch-url: Stop progress bar before printing results

parent 220c79ec
No related branches found
No related tags found
No related merge requests found
......@@ -220,6 +220,8 @@ static int _main(int argc, char * * argv)
assert(storePath == store->makeFixedOutputPath(unpack, hash, name));
}
stopProgressBar();
if (!printPath)
printInfo(format("path is '%1%'") % storePath);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment