Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/validateargs/validateargs.go')
-rw-r--r--internal/validateargs/validateargs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/validateargs/validateargs.go b/internal/validateargs/validateargs.go
index 3b75b69b..ff7484c8 100644
--- a/internal/validateargs/validateargs.go
+++ b/internal/validateargs/validateargs.go
@@ -11,7 +11,7 @@ const (
)
var deprecatedArgs = []string{"-sentry-dsn"}
-var notAllowedArgs = []string{"-auth-client-id", "-auth-client-secret", "-auth-secret"}
+var notAllowedArgs = []string{"-auth-client-id", "-auth-client-secret", "-auth-secret", "-auth-scope"}
// Deprecated checks if deprecated params have been used
func Deprecated(args []string) error {