Skip to content

Commit

Permalink
Remove duplicate --commit flag in assert-pullrequest examples (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger authored Dec 15, 2023
1 parent 6dc4e4f commit 7a7e061
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cmd/kosli/assertPRGithub.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const assertPRGithubExample = `
kosli assert pullrequest github \
--github-token yourGithubToken \
--github-org yourGithubOrg \
--commit yourArtifactGitCommit \
--commit yourGitCommit \
--repository yourGithubGitRepository
`
Expand Down
1 change: 0 additions & 1 deletion cmd/kosli/assertPRGitlab.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const assertPRGitlabExample = `
kosli assert mergerequest gitlab \
--github-token yourGithubToken \
--github-org yourGithubOrg \
--commit yourArtifactGitCommit \
--commit yourGitCommit \
--repository yourGithubGitRepository
`
Expand Down

0 comments on commit 7a7e061

Please sign in to comment.