Skip to content

Commit a7e9697

Browse files
Merge pull request #9729 from circleci/blobless-checkout-as-default
Update default value to be blobless for checkout method key
2 parents 4509ceb + b68fcfa commit a7e9697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/modules/ROOT/pages/configuration-reference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1681,7 +1681,7 @@ A special step used to check out source code to the configured `path` (defaults
16811681
| `method`
16821682
| N
16831683
| String
1684-
| Checkout method. Valid options include `blobless` and `full`. (default: `full`)
1684+
| Checkout method. Valid options include `blobless` and `full`. (default: `blobless`)
16851685
16861686
| `path`
16871687
| N

0 commit comments

Comments
 (0)