Skip to content

Commit f037daa

Browse files
Amna Akramkarensawrey
andauthored
Update hooks/checkout
Co-authored-by: Karen Sawrey <krnswry@gmail.com>
1 parent 74b0c9f commit f037daa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hooks/checkout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if [[ ! -d .git ]]; then
4242
"${BUILDKITE_REPO}" .
4343
fi
4444

45-
# Handle clean checkout option to deal with corrupted repository states
45+
# Enable clean checkout option to deal with corrupted repository states
4646
if [[ "${CLEAN_CHECKOUT_OPTION}" = "true" ]]; then
4747
echo "Clean checkout enabled - resetting repository state"
4848
# Reset any changes that might prevent checkout

0 commit comments

Comments
 (0)