Skip to content

Commit e0b7ea9

Browse files
authored
Fix missing closing bracket in checkout scmGit branches argument (#1723)
1 parent edc0cca commit e0b7ea9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/jenkins/plugins/git/GitStep/help.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<p>
2020
The <code>git</code> step is a simplified shorthand for a subset of the more powerful <code>checkout</code> step:
2121
<pre>
22-
checkout scmGit(branches: [[name: 'main]],
22+
checkout scmGit(branches: [[name: 'main']],
2323
userRemoteConfigs: [[url: 'https://git-server/user/repository.git']])
2424
</pre>
2525
</p>

src/main/resources/jenkins/plugins/git/GitStep/help_ja.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<p>
66
このステップは、一般的なSCMのステップである
77
<pre>
8-
checkout scmGit(branches: [[name: 'main]],
8+
checkout scmGit(branches: [[name: 'main']],
99
userRemoteConfigs: [[url: 'https://git-server/user/repository.git']])
1010
</pre>
1111
  の短縮形です。 

0 commit comments

Comments
 (0)