Skip to content

Commit

Permalink
Update args.go
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Tate <[email protected]>
  • Loading branch information
ChiefMateStarbuck and nicktate authored Mar 28, 2023
1 parent 7fdb711 commit 5053433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion args.go
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ const (
// ArgProjectSource is either git, github or gitlab.
ArgProjectSource = "source"
// ArgDeployOnPush allow auto deploy on project update.
ArgDeployOnPush = "deployonpush"
ArgDeployOnPush = "deploy-on-push"
// ArgProjectBrach is git project branch.
ArgProjectBrach = "branch"
)

0 comments on commit 5053433

Please sign in to comment.