Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit a0236ac

Browse files
authored
Fixed typo
1 parent 1ffa087 commit a0236ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/build/40_pull.bats

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ EOF
575575
# check if output errors
576576
if [[ $retcode -ne 0 ]]; then
577577
echo "fail: part_ file wasn't cleaned properly."
578-
# Clean up the file if the test fails
578+
# clean up the file if the test fails
579579
rm /var/tmp/albug/dlcache/part_PROBLEM
580580
exit 1
581581
fi

0 commit comments

Comments
 (0)