Skip to content

Commit 3d40a30

Browse files
author
Shivam Mukhade
authored
Merge pull request #726 from sm43/update-comment
Update repo create references to create repo
2 parents be9246a + 94adcfe commit 3d40a30

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

config/303-pac-info-configmap.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# This configmap is filled by bootstrap command or repo create command
16-
# GitHub App or webhook which ever is configured first, is added as
17-
# provider and later this is checked before configuring any of them
18-
# so that we don't configure only one of them is configured with PAC
15+
# This configmap is filled by bootstrap command
16+
# GitHub App is added as provider and later this is checked
17+
# before configuring a new GitHub App so that we don't
18+
# configure more than one App
1919

2020
apiVersion: v1
2121
data:

pkg/cmd/tknpac/create/repository.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func repositoryCommand(run *params.Run, ioStreams *cli.IOStreams) *cobra.Command
8484
gopt.IOStreams = createOpts.ioStreams
8585
gopt.CLIOpts = createOpts.cliOpts
8686

87-
// defaulting the values for repo create command
87+
// defaulting the values for create repo command
8888
gopt.Event.EventType = "[pull_request, push]"
8989
gopt.Event.BaseBranch = "main"
9090

0 commit comments

Comments
 (0)