Skip to content

Commit 5053433

Browse files
Update args.go
Co-authored-by: Nick Tate <[email protected]>
1 parent 7fdb711 commit 5053433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

args.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ const (
412412
// ArgProjectSource is either git, github or gitlab.
413413
ArgProjectSource = "source"
414414
// ArgDeployOnPush allow auto deploy on project update.
415-
ArgDeployOnPush = "deployonpush"
415+
ArgDeployOnPush = "deploy-on-push"
416416
// ArgProjectBrach is git project branch.
417417
ArgProjectBrach = "branch"
418418
)

0 commit comments

Comments
 (0)