Skip to content

Commit afb1b2b

Browse files
simplify rm -rf
Co-authored-by: Copilot <[email protected]>
1 parent b8e2ef6 commit afb1b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ filetransferv6: clean-containers
5656

5757
copylogs:
5858
if [ -z "$(target)" ]; then echo "target directory not specified"; exit 1; fi
59-
rm -rf $(target) || true
59+
rm -rf $(target)
6060
mkdir -p $(target)
6161
docker compose logs > $(target)/docker-compose.log
6262
docker cp client:/keys.txt $(target)/

0 commit comments

Comments
 (0)