Skip to content

Commit bf319ab

Browse files
committed
Fix a typo in checkout example
1 parent 5f08dda commit bf319ab

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/hudson/plugins/git/GitSCM

1 file changed

+1
-1
lines changed

src/main/resources/hudson/plugins/git/GitSCM/help.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<pre>
126126
checkout poll: false,
127127
scmGit(userRemoteConfigs: [
128-
[ url: 'git://git.kernel.org/pub/scm/git/git.git ]
128+
[ url: 'git://git.kernel.org/pub/scm/git/git.git' ]
129129
])
130130
</pre>
131131
</p>

0 commit comments

Comments
 (0)