Skip to content

Commit

Permalink
remove -c flag
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroHG committed Jun 3, 2024
1 parent 2db807b commit 3ff34cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ def link_build_cache(root_dir, arch, branch):
)
else:
subprocess.check_call(
"cp -a -c %s %s" % (main_cache_dir, branch_cache_dir), shell=True
"cp -a %s %s" % (main_cache_dir, branch_cache_dir), shell=True
)
logger.info("copying main cache complete for %s" % encoded_branch)

Expand Down

0 comments on commit 3ff34cd

Please sign in to comment.