aboutsummaryrefslogtreecommitdiffstats
path: root/repository
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2021-03-07 21:44:48 +0100
committerMichael Muré <batolettre@gmail.com>2021-03-07 21:44:48 +0100
commit3a819525d7811dcfb01d928af0e243de4388c456 (patch)
treee8706dfe1679dd2dcb4524ef0473a6d0fa4f4227 /repository
parent626ec9835b4450fb2994ec931357279700437b6b (diff)
downloadgit-bug-3a819525d7811dcfb01d928af0e243de4388c456.tar.gz
commands: minor fixes for the webui open with query
- go fmt - add a shorthand - fix displayed webUI URL in the terminal
Diffstat (limited to 'repository')
-rw-r--r--repository/repo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/repository/repo.go b/repository/repo.go
index eb9296d4..a1dc129e 100644
--- a/repository/repo.go
+++ b/repository/repo.go
@@ -11,7 +11,7 @@ import (
)
var (
- // ErrNotARepo is the error returned when the git repo root wan't be found
+ // ErrNotARepo is the error returned when the git repo root can't be found
ErrNotARepo = errors.New("not a git repository")
// ErrClockNotExist is the error returned when a clock can't be found
ErrClockNotExist = errors.New("clock doesn't exist")