Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mashudu modika
Cli
Commits
ee9131b9
Commit
ee9131b9
authored
Oct 03, 2021
by
Addshore
🏄
Browse files
Fix one more gitlab.org occourance
parent
ca851b74
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmd/glab.go
View file @
ee9131b9
...
...
@@ -19,6 +19,7 @@ package cmd
import
(
"runtime/debug"
"strings"
"github.com/profclems/glab/commands"
"github.com/profclems/glab/commands/cmdutils"
...
...
@@ -46,6 +47,10 @@ func init() {
if
found
{
glabCommand
.
RemoveCommand
(
command
)
}
// TODO fix this one upsteam
if
command
.
Name
()
==
"config"
{
command
.
Long
=
strings
.
Replace
(
command
.
Long
,
"https://gitlab.com"
,
"https://gitlab.wikimedia.org"
,
-
1
)
}
}
rootCmd
.
AddCommand
(
glabCommand
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment