Skip to content

Commit

Permalink
Remove duplicate --commit flag in assert-pullrequest examples
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Dec 13, 2023
1 parent 6dc4e4f commit 5ffec1b
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 5ffec1b

Please sign in to comment.