Skip to content

Commit

Permalink
use . instead of * to glob hidden files during copying
Browse files Browse the repository at this point in the history
  • Loading branch information
nhwn committed Feb 8, 2023
1 parent 2ba7354 commit 28fc29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ectf_tools/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ async def make_dev(
" --workdir=/root"
f" {tag} /bin/bash -c"
' "'
" cp -r /dev_in/* /root/ &&"
" cp -r /dev_in/. /root/ &&"
f" make {make_target}"
f" {defines}"
f" SECRETS_DIR=/secrets"
Expand Down

0 comments on commit 28fc29b

Please sign in to comment.