Unverified Commit bbdbac6d authored by Alex Rothberg's avatar Alex Rothberg Committed by GitHub
Browse files

Run rsync in non verbose mode

parent cba6a422
......@@ -153,7 +153,7 @@ function fetch_unpack {
# Unpack archive, refreshing contents
rm_mkdir arch_tmp
install_rsync
(cd arch_tmp && untar ../$out_archive && rsync --delete -avh * ..)
(cd arch_tmp && untar ../$out_archive && rsync --delete -ah * ..)
}
function clean_code {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment