diff --git a/commands/deploy/deploy_args.go b/commands/deploy/deploy_args.go index 1b797af26..a1c9e16dc 100644 --- a/commands/deploy/deploy_args.go +++ b/commands/deploy/deploy_args.go @@ -133,13 +133,6 @@ var WebSizes = []string{"small", "medium", "large", "xlarge", "2xlarge"} // AllowedDBSizes contains the valid values for --db-size flag var AllowedDBSizes = []string{"small", "medium", "large", "xlarge", "2xlarge", "4xlarge"} -// ModifyGithub allows mutation of github related fields -func (a *Args) ModifyGithub(GithubAuthClientID, GithubAuthClientSecret string, GithubAuthIsSet bool) { - a.GithubAuthClientID = GithubAuthClientID - a.GithubAuthClientSecret = GithubAuthClientSecret - a.GithubAuthIsSet = GithubAuthIsSet -} - // Validate validates that flag interdependencies func (a Args) Validate() error { if !a.IAASIsSet {