diff options
author | Michael Muré <batolettre@gmail.com> | 2022-10-22 15:56:36 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2022-10-22 15:56:36 +0200 |
commit | 55a2e8e4485fe63fbda759540958c7190dfeb85c (patch) | |
tree | d771921277e2092f18261e47c6acc21432378ede /commands | |
parent | 0eef93917d1c3b1f6e346ab272a51340acafe21a (diff) | |
download | git-bug-55a2e8e4485fe63fbda759540958c7190dfeb85c.tar.gz |
doc: fix incorrect indentation
fix #905
Diffstat (limited to 'commands')
-rw-r--r-- | commands/bridge_configure.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/bridge_configure.go b/commands/bridge_configure.go index bbfc13be..d5b40dfd 100644 --- a/commands/bridge_configure.go +++ b/commands/bridge_configure.go @@ -77,7 +77,7 @@ git bug bridge configure \ git bug bridge configure \ --name=default \ --target=launchpad-preview \ - --url=https://bugs.launchpad.net/ubuntu/ + --url=https://bugs.launchpad.net/ubuntu/ # For Gitlab git bug bridge configure \ |