Skip to content

Commit 08c995a

Browse files
author
Mathias Burger
committed
update noTags documentation
1 parent 86aeb7b commit 08c995a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

job-dsl-core/src/main/groovy/javaposse/jobdsl/dsl/helpers/scm/GitCloneOptionsContext.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class GitCloneOptionsContext extends AbstractContext {
2222
}
2323

2424
/**
25-
* Do not check out tags.
25+
* Do not check out tags. Defaults to {@code false}.
2626
*/
2727
void noTags(boolean noTags = true) {
2828
this.noTags = noTags

0 commit comments

Comments
 (0)