diff options
author | Nick Thomas <nick@gitlab.com> | 2019-10-03 18:11:56 +0100 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2019-10-08 13:13:59 +0100 |
commit | ba9b7c0e8acd7b3acb03086a5c1e132256fbd36e (patch) | |
tree | c51ad0a6abc344cdb51b3681bd429b612f553ed0 /go/internal/executable/executable.go | |
parent | 542b26139243c8fbed2af669d081f10c4ebbae40 (diff) | |
download | gitlab-shell-ba9b7c0e8acd7b3acb03086a5c1e132256fbd36e.tar.gz |
Rewrite bin/check in Go
Diffstat (limited to 'go/internal/executable/executable.go')
-rw-r--r-- | go/internal/executable/executable.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/go/internal/executable/executable.go b/go/internal/executable/executable.go index 2e7d26e..c6355b9 100644 --- a/go/internal/executable/executable.go +++ b/go/internal/executable/executable.go @@ -7,6 +7,7 @@ import ( const ( BinDir = "bin" + Healthcheck = "check" GitlabShell = "gitlab-shell" AuthorizedKeysCheck = "gitlab-shell-authorized-keys-check" AuthorizedPrincipalsCheck = "gitlab-shell-authorized-principals-check" |