Skip to content

Commit

Permalink
Fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangilbey authored and claytonrcarter committed Feb 26, 2019
1 parent cdb40d7 commit 5c82aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ci_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ lab ci create -p engineering/integration_tests master`,
var ciTriggerCmd = &cobra.Command{
Use: "trigger [branch]",
Short: "Trigger a CI pipeline",
Long: `Runs a trigger for a CI pipeline on the given or current branch if none provided. This API supports vaiables and must be called with a trigger token or from within GitLab CI.
Long: `Runs a trigger for a CI pipeline on the given or current branch if none provided. This API supports variables and must be called with a trigger token or from within GitLab CI.
Project will be inferred from branch if not provided
Expand Down

0 comments on commit 5c82aaf

Please sign in to comment.