Skip to content

Commit

Permalink
update(gitlab): auth login
Browse files Browse the repository at this point in the history
Signed-off-by: K8sCat <k8scat@gmail.com>
  • Loading branch information
k8scat committed Feb 14, 2022
1 parent 3deabb9 commit c062967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/gitlab/auth/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ var (
)

func init() {
loginCmd.Flags().StringVarP(&baseURL, "url", "u", "https://jihulab.com", "Base URL of GitLab instance")
loginCmd.Flags().StringVar(&baseURL, "base-url", gitlabsdk.BaseURLJihuLab, "Base URL of GitLab instance")
loginCmd.Flags().BoolVar(&tokenStdin, "with-token", false, "Read cookie from standard input")
}

0 comments on commit c062967

Please sign in to comment.